From a712e270d76090b880cff57d12a5eb0744f09850 Mon Sep 17 00:00:00 2001 From: Ruben <60184397+sneexy-boi@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:06:41 -0600 Subject: [PATCH] social update --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }