From 8d0a297fa3cee3c7b2c38f882c06431fc26372a6 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 12 May 2023 20:09:51 +0200 Subject: [PATCH] Toon op normaal scherm de menu-items aan rechterzijde, op mobiel linkerzijde (als onderdeel van hamburgermenu) en op mobiel standaard uitgeklapt --- themes/nluug/assets/scss/styles.scss | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index ca46c83..94d7540 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -60,26 +60,6 @@ h1, h2, h3, h4, h5, strong, b { //text-transform: uppercase; } -//header { -// //display: flex; -// //justify-content: space-between; -// //padding-bottom: 0.5rem; -// line-height: 2; -// padding-bottom: 1.5rem; -//} - -//.header { -// padding:0; -// margin:0; -// background-color: $color-header; -// color: $color-text-inverse; -// text-align:right; -//} -// -//.header ul li:last-child { -// padding-right: 10px; -//} - .header{ background-color: $color-header; box-shadow: 1px 1px 5px 0px grey; @@ -173,7 +153,7 @@ h1, h2, h3, h4, h5, strong, b { width: 100%; z-index: 1; padding: 10px 0 ; - display: none; + //display: none; } .subnav-content a { color: $color-text-inverse; @@ -198,15 +178,15 @@ h1, h2, h3, h4, h5, strong, b { background-color: $color-header; color: $color-text-inverse; } - .header { - text-align: right; + .header ul { + float: right; } .nav{ max-height: none; top: 0; position: relative; float: right; - width: fit-content; + //width: fit-content; background-color: transparent; } .menu li{