From e62379f7a4439d5f8fd1c9b7a8e84247c50b415a Mon Sep 17 00:00:00 2001 From: saxjax Date: Thu, 27 Apr 2023 21:22:05 +0200 Subject: [PATCH 1/2] added padding to navbaritems --- src/styles/02_components/topMenu.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/02_components/topMenu.scss b/src/styles/02_components/topMenu.scss index 7306acf..fd467a6 100644 --- a/src/styles/02_components/topMenu.scss +++ b/src/styles/02_components/topMenu.scss @@ -21,6 +21,7 @@ flex-wrap: nowrap; flex: 1 1 auto; row-gap: 10px; + padding: 1rem; .title-wrapper { // background: orange; From 61570317859dfc308c3aacf83f8f9dd1c4855c6a Mon Sep 17 00:00:00 2001 From: saxjax Date: Thu, 27 Apr 2023 21:57:17 +0200 Subject: [PATCH 2/2] trying to ad some padding to the menu titles --- src/styles/02_components/topMenu.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/02_components/topMenu.scss b/src/styles/02_components/topMenu.scss index fd467a6..1937d52 100644 --- a/src/styles/02_components/topMenu.scss +++ b/src/styles/02_components/topMenu.scss @@ -21,16 +21,17 @@ flex-wrap: nowrap; flex: 1 1 auto; row-gap: 10px; - padding: 1rem; .title-wrapper { // background: orange; align-self: center; //position the title at the bottom of the navbar - display: flex; flex-direction: row; flex: 1 1 auto; align-items: flex-end; + text-align: center; + padding: 1rem 0; + // background-color: rgb(40, 40, 4); } .title { font-size: 0.9vw;