Compare commits

..

2 Commits

Author SHA1 Message Date
Luca 4dcd0ab42f Wrap main nav, but not header on medium screens
continuous-integration/drone/push Build is passing Details
2023-07-11 23:38:21 +02:00
Luca bc5d4374c7 Add Engelsystem to main nav 2023-07-11 23:34:41 +02:00
2 changed files with 11 additions and 5 deletions

View File

@ -48,7 +48,6 @@ header {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 1rem;
pre {
@ -69,6 +68,7 @@ header {
.header-brand {
display: flex;
flex-grow: 1;
a {
// linkify the brand logo without changing its style
@ -92,6 +92,7 @@ header {
}
@media screen and (min-width: $small) {
flex-wrap: nowrap;
margin-top: $header-spacing;
padding-top: 0.5rem;
@ -106,6 +107,11 @@ header {
width: 100%;
z-index: -1;
}
nav {
flex-wrap: wrap;
justify-content: right;
}
}
}

View File

@ -31,10 +31,10 @@ title = 'Intergalaktische Erfahrungsreise'
name = "Programm"
url = "https://cfp.fairydust.reisen/iger-2023/schedule/"
weight = 30
# [[menu.main]]
# name = "Engelsystem"
# url = "https://helfen.fairydust.reisen/"
# weight = 40
[[menu.main]]
name = "Engelsystem"
url = "https://helfen.fairydust.reisen/"
weight = 40
# [[menu.main]]
# name = "Feedback"
# url = "https://wiki.fairydust.reisen/feedback"