From 510935be346cecbff6e2fc557a6d274b7dbcab1b Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Tue, 24 Sep 2024 10:34:03 +0200 Subject: [PATCH] fix navigation bar --- static/navbar.css | 6 +++++- static/page.css | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/static/navbar.css b/static/navbar.css index ccf15bb..c544ae6 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -201,6 +201,10 @@ body{ } } @media screen and (max-width:1130px){ + .my-navbar { + width: 830px; + /* display: none; */ + } .my-navbar>li{ width: 78px; } @@ -224,7 +228,7 @@ body{ } .my-nav{ height: 55px; - justify-content: center; + justify-content: start; } .son{ margin-top: 20px; diff --git a/static/page.css b/static/page.css index 8421594..772dbce 100644 --- a/static/page.css +++ b/static/page.css @@ -616,8 +616,8 @@ body{ } @media screen and (max-width:1100px){ .roster-head { - width: 100px; - height: 100px; + width: 50px; + height: 50px; } .roster-name{ font-size: 16px; @@ -625,9 +625,9 @@ body{ .roster-infos>p{ font-size: 12px; } - .roster-pagecontent-per{ + .roster-pagecontent-per { width: 200px; - height: 350px; + height: 200px; padding: 3px; } } -- GitLab