From bb260085874e60ec3944fe6238bcb94c2835bed5 Mon Sep 17 00:00:00 2001 From: Omitg24 Date: Mon, 10 Apr 2023 10:08:56 +0200 Subject: [PATCH] 10/04/2023 - Omar - Revision 3er entregable --- webapp/src/css/help.css | 1 - webapp/src/css/home.css | 6 +++++- webapp/src/css/navigation.css | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/webapp/src/css/help.css b/webapp/src/css/help.css index 927db3d..f9c7056 100644 --- a/webapp/src/css/help.css +++ b/webapp/src/css/help.css @@ -87,7 +87,6 @@ label { #contactMap { width: 50vw; - height: 50vh; margin-right: 0.3125em; } diff --git a/webapp/src/css/home.css b/webapp/src/css/home.css index 27de823..ef6bbfe 100644 --- a/webapp/src/css/home.css +++ b/webapp/src/css/home.css @@ -48,7 +48,7 @@ } #documentation p { - margin-top: 1.25em; + margin-bottom: 0; color: black; cursor: auto; font-family: "Corbel Light", serif; @@ -56,6 +56,10 @@ font-size: 1.5625em; } +#documentation { + margin-bottom: 1.25em; +} + #symbolsPanel > p { color: black; padding: 0; diff --git a/webapp/src/css/navigation.css b/webapp/src/css/navigation.css index d08ddb2..1dc6441 100644 --- a/webapp/src/css/navigation.css +++ b/webapp/src/css/navigation.css @@ -36,6 +36,7 @@ nav.nav-expanded { color: white !important; background-color: #232269 !important; border-style: none; + margin-right: 2em; } .dropdown-menu {