From d83a257e322963d4181bd1f9d2ed7818b308dd79 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 2 Nov 2023 22:39:02 +0300 Subject: [PATCH] Fixed footer social buttons alignment --- src/components/Discours/Footer.module.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/Discours/Footer.module.scss b/src/components/Discours/Footer.module.scss index 6ed33046..bad25698 100644 --- a/src/components/Discours/Footer.module.scss +++ b/src/components/Discours/Footer.module.scss @@ -22,7 +22,9 @@ a { color: rgb(255 255 255 / 64%); - transition: color 0.3s, background-color 0.3s; + transition: + color 0.3s, + background-color 0.3s; &:hover { background: #fff; @@ -66,6 +68,7 @@ } .footerCopyrightSocial { + align-items: center; display: flex; .icon { @@ -94,6 +97,15 @@ margin-left: 0.3em; text-align: right; } + + a:link { + border: none; + padding-bottom: 0; + } + + img { + margin: 0 auto; + } } .socialItemvk {