From 95a2aa47430e8cbbead9fec93c08cf831b344241 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 26 Feb 2025 19:58:13 +0100 Subject: [PATCH] Styles improvements --- client/src/components/Footer/index.css | 4 ---- client/src/index.css | 2 ++ client/src/pages/Languages/index.css | 2 +- client/src/pages/Typing/index.css | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/client/src/components/Footer/index.css b/client/src/components/Footer/index.css index d1e4340..fa94ac7 100644 --- a/client/src/components/Footer/index.css +++ b/client/src/components/Footer/index.css @@ -4,10 +4,6 @@ footer { width: 100%; padding: 1rem 0rem; - position: fixed; - bottom: 0; - left: 0; - background: var(--background); } diff --git a/client/src/index.css b/client/src/index.css index 1310cd7..04b5adf 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -59,6 +59,8 @@ a { body { background: var(--background); color: var(--white); + + min-height: 100vh; } body::-webkit-scrollbar { diff --git a/client/src/pages/Languages/index.css b/client/src/pages/Languages/index.css index 4d071ca..0dc1160 100644 --- a/client/src/pages/Languages/index.css +++ b/client/src/pages/Languages/index.css @@ -21,7 +21,7 @@ header h1 { font-size: 3.5rem; font-weight: bold; - margin-bottom: 1.5rem; + margin-bottom: 0rem; color: var(--crimson); } diff --git a/client/src/pages/Typing/index.css b/client/src/pages/Typing/index.css index 5c88769..5a24060 100644 --- a/client/src/pages/Typing/index.css +++ b/client/src/pages/Typing/index.css @@ -26,7 +26,7 @@ header h1 { font-size: 3.5rem; font-weight: bold; - margin-bottom: 1.5rem; + margin-bottom: 0rem; color: var(--crimson);