diff --git a/style.css b/style.css index e6dbcbd..21b69d0 100644 --- a/style.css +++ b/style.css @@ -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; }