From 00cd26f49987ca95b7ed3a51820e1759478fc8b6 Mon Sep 17 00:00:00 2001 From: flavien Date: Wed, 22 May 2019 14:09:21 +0200 Subject: [PATCH] fix logo size --- WEB/ressources/navbarhtml.css | 56 +++++++++++++++++------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/WEB/ressources/navbarhtml.css b/WEB/ressources/navbarhtml.css index 8bbff71..db53b9a 100644 --- a/WEB/ressources/navbarhtml.css +++ b/WEB/ressources/navbarhtml.css @@ -1,44 +1,44 @@ #menuDiv{ - width: 100%; - display: block; + width: 100%; + display: block; } #menuDiv a{ - font-family: Ubuntu,Helvetica,sans-serif; - font-size: 1em; + font-family: Ubuntu,Helvetica,sans-serif; + font-size: 1em; } #menu { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: center; - background-color: rgb(65, 154, 28); + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + background-color: rgb(65, 154, 28); } #logo{ - height: 100%; - margin-left: 2%; + height: 50%; + margin-left: 2%; } .menuItem { - display: flex; - flex-wrap: nowrap; - align-items: center; - justify-content: center; - color: white; - width: 10%; - min-width: 5em; - font-weight: bold; - text-decoration: none; - padding: 0.8em; - border-bottom: 4px solid rgb(65, 154, 28); - border-top: 4px solid rgb(65, 154, 28); - font-size: 1.1em; - text-align: center; + display: flex; + flex-wrap: nowrap; + align-items: center; + justify-content: center; + color: white; + width: 10%; + min-width: 5em; + font-weight: bold; + text-decoration: none; + padding: 0.8em; + border-bottom: 4px solid rgb(65, 154, 28); + border-top: 4px solid rgb(65, 154, 28); + font-size: 1.1em; + text-align: center; } .menuItem:hover{ - cursor: pointer; - border-bottom: 4px solid rgb(23, 23, 23); -} \ No newline at end of file + cursor: pointer; + border-bottom: 4px solid rgb(23, 23, 23); +}