From 42ea214500bf788f08b33e80fbc5af0ba7cb9cc7 Mon Sep 17 00:00:00 2001 From: miu-cz <0151300@gmail.com> Date: Tue, 21 May 2024 10:52:08 +0200 Subject: [PATCH] refactor: styles css --- autor-resourse/autor-footer-style.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/autor-resourse/autor-footer-style.scss b/autor-resourse/autor-footer-style.scss index aee0e18..e7c094d 100644 --- a/autor-resourse/autor-footer-style.scss +++ b/autor-resourse/autor-footer-style.scss @@ -11,7 +11,7 @@ $color-text: #fff; // # main footer style :root { font-family: "Permanent Marker", cursive; - font-size: 12px; + --description-size: 12px; } // body { @@ -22,7 +22,7 @@ $color-text: #fff; .autor { width: 100%; box-sizing: border-box; - padding: 20px; + padding: 5px; background-color: transparentize($color: $color-bg, $amount: 0.7); text-align: center; @@ -31,11 +31,12 @@ $color-text: #fff; &_description { width: 100%; + font-size: var(--description-size); } &_socials { width: 100%; - margin-top: 1rem; + margin-top: 0.1rem; } a { @@ -48,8 +49,8 @@ $color-text: #fff; & li { display: inline-block; - width: 20px; - height: 20px; + width: 16px; + height: 16px; border: solid 1px $color-link; border-radius: 50%; @@ -61,6 +62,7 @@ $color-text: #fff; svg, img { + display: flex; width: 100%; height: 100%; }