From 092ca0ba97572a771eda87fa4fcd3718b345901f Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 23 Aug 2024 00:50:58 +0300 Subject: [PATCH] Ditto but for the footer --- sass/_footer.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sass/_footer.scss b/sass/_footer.scss index 0ca8783..6270280 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -27,22 +27,19 @@ list-style: none; @media only screen and (max-width: 480px) { - width: 100%; + flex: 0 0 100%; } a { + flex: 1; transition: var(--transition); border-radius: 999px; padding: 0.5rem 0.75rem; color: var(--fg-muted-4); line-height: 1.25; + text-align: center; text-decoration: none; - @media only screen and (max-width: 480px) { - width: 100%; - text-align: center; - } - &:hover { box-shadow: var(--edge-highlight); background-color: var(--primary-color);