From c9115d6396c5c524b9a67500fe5bca49ed165193 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 7 Mar 2025 21:36:50 +0100 Subject: This doesn't change anything --- src/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/styles.css b/src/styles.css index dca5e82..50aef99 100644 --- a/src/styles.css +++ b/src/styles.css @@ -152,10 +152,11 @@ button:active { background: linear-gradient(to top, rgba(26, 37, 48, 0.9), rgba(26, 37, 48, 0.7)); backdrop-filter: blur(10px); border-top: 1px solid rgba(255, 255, 255, 0.1); + width: 100%; } .footer-unified { - max-width: 1200px; + max-width: 600px; margin: 0 auto; } @@ -187,12 +188,12 @@ h1::after { display: flex; flex-wrap: wrap; justify-content: space-between; - gap: 30px; + gap: 20px; } .footer-section { flex: 1; - min-width: 250px; + min-width: 160px; text-align: left; } -- cgit v1.3.1