diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-07 21:36:50 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-07 21:36:50 +0100 |
| commit | c9115d6396c5c524b9a67500fe5bca49ed165193 (patch) | |
| tree | cb30e64a4e05c13d1133f625fb24b810f08d4ecb | |
| parent | 253a2fc5d366d864f2ab3ac37390699550d57766 (diff) | |
This doesn't change anything
| -rw-r--r-- | src/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; } |
