From e6a92213ea325112c9e6c290b01d27ab37ed304e Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 26 Mar 2026 23:54:38 +0100 Subject: [PATCH] CSS fix --- public/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 0727a6e..a3e1804 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -26,16 +26,17 @@ html, body { } .header-main { - width: 20%; + width: 200px; height: 20vh; margin: 0; display: flex; justify-content: center; align-items: center; + flex-shrink: 0; } .banner { - width: 60%; + flex-grow: 1; height: 20vh; display: flex; justify-content: center; @@ -49,10 +50,11 @@ html, body { } .language-area { - width: 20%; + width: 200px; height: 20vh; background-color: #ccc; padding: 10px; + flex-shrink: 0; } .language { @@ -111,6 +113,7 @@ html, body { color: #333; display: block; padding: 5px; + text-align: center; } .navbar a:hover {