From ad49f17e49243b355c6a877387df6ce73cac725b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 27 Dec 2021 10:37:28 -0700 Subject: [PATCH] Add back the margin-left that right justified the social media links --- static/styles/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/main.css b/static/styles/main.css index 6c106e0..c0d6f66 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -178,6 +178,7 @@ p { .social { display: flex; letter-spacing: 2px; + margin-left: auto; } .social > li + li:before {