From 096f37eb85f0a69b82a716280dfe30f2ec964e43 Mon Sep 17 00:00:00 2001 From: Viktor Chernodub <37013688+chernodub@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:15:20 +0600 Subject: [PATCH] styles: adjust centering of social links (#16829) --- _scss/_layout.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_scss/_layout.scss b/_scss/_layout.scss index 5563f0d6fc..8a9a218bf0 100755 --- a/_scss/_layout.scss +++ b/_scss/_layout.scss @@ -198,13 +198,14 @@ footer { .footer_social_nav ul li { float: left; position: relative; + display: flex; + justify-content: center; + align-items: center; } .footer_social_nav ul li:before { color: $white; position: absolute; - top: 10px; - left: 10px; } .footer_social_nav ul li+li {