From 0c2fd73cc327c2ac86bdffc2882702b5d0d34d7e Mon Sep 17 00:00:00 2001 From: Gemma Date: Thu, 20 Jun 2024 18:05:26 +0200 Subject: [PATCH] updated test --- frontend/src/components/NavBar/Navbar.css | 28 ++++++++++--------- .../TableResultsIndividuals.css | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/NavBar/Navbar.css b/frontend/src/components/NavBar/Navbar.css index 4a6e164..3e65271 100644 --- a/frontend/src/components/NavBar/Navbar.css +++ b/frontend/src/components/NavBar/Navbar.css @@ -39,7 +39,9 @@ justify-content: center; font-size: 11px; width: 120px; - margin-top: 19px; + margin-top: 2px !important; + margin-right: 0px !important; + margin-left: 0px !important; align-content: center; align-items: center; } @@ -860,18 +862,18 @@ justify-content: center; } - .Sign-in5 { - margin-bottom: 10px; - width: 123px; - height: 21px; - margin-top: 2px; - /* margin-left: 2px; */ - border-radius: 4px; - display: flex; - background-color: #7a9f9f; - align-items: center; - justify-content: center; -} + .Sign-in5 { + margin-bottom: 10px; + width: 123px; + height: 21px; + margin-top: 2px; + /* margin-left: 2px; */ + border-radius: 4px; + display: flex; + background-color: #7a9f9f; + align-items: center; + justify-content: center; + } .Runs2 { width: 157px; diff --git a/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css b/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css index 58f6b54..625b207 100644 --- a/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css +++ b/frontend/src/components/Results/IndividualsResults/TableResultsIndividuals.css @@ -820,5 +820,5 @@ h1 { } .theadGranularity tr { width: 90vw; - } } +} \ No newline at end of file