social update

This commit is contained in:
Ruben 2024-01-02 16:06:41 -06:00
commit a712e270d7

View file

@ -392,14 +392,14 @@ footer > .dot {
color: var(--bg-t);
}
.intro-box, .navbar, .about-me, .links, .fun-facts, .user-reviews, .buttons {
.intro-box, .navbar, .about-me, .links, .socials, .fun-facts, .user-reviews, .buttons {
position: relative;
display: flex;
padding: 30px;
background-color: var(--bg);
}
.intro-text, .navbar, .about-me, .links, .fun-facts, .user-reviews, .buttons {
.intro-text, .navbar, .about-me, .links, .socials, .fun-facts, .user-reviews, .buttons {
flex-direction: column;
}