Compare commits
2 Commits
134092a9da
...
4dcd0ab42f
Author | SHA1 | Date |
---|---|---|
Luca | 4dcd0ab42f | |
Luca | bc5d4374c7 |
|
@ -48,7 +48,6 @@ header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -69,6 +68,7 @@ header {
|
||||||
|
|
||||||
.header-brand {
|
.header-brand {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
// linkify the brand logo without changing its style
|
// linkify the brand logo without changing its style
|
||||||
|
@ -92,6 +92,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $small) {
|
@media screen and (min-width: $small) {
|
||||||
|
flex-wrap: nowrap;
|
||||||
margin-top: $header-spacing;
|
margin-top: $header-spacing;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
|
|
||||||
|
@ -106,6 +107,11 @@ header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,10 +31,10 @@ title = 'Intergalaktische Erfahrungsreise'
|
||||||
name = "Programm"
|
name = "Programm"
|
||||||
url = "https://cfp.fairydust.reisen/iger-2023/schedule/"
|
url = "https://cfp.fairydust.reisen/iger-2023/schedule/"
|
||||||
weight = 30
|
weight = 30
|
||||||
# [[menu.main]]
|
[[menu.main]]
|
||||||
# name = "Engelsystem"
|
name = "Engelsystem"
|
||||||
# url = "https://helfen.fairydust.reisen/"
|
url = "https://helfen.fairydust.reisen/"
|
||||||
# weight = 40
|
weight = 40
|
||||||
# [[menu.main]]
|
# [[menu.main]]
|
||||||
# name = "Feedback"
|
# name = "Feedback"
|
||||||
# url = "https://wiki.fairydust.reisen/feedback"
|
# url = "https://wiki.fairydust.reisen/feedback"
|
||||||
|
|
Loading…
Reference in New Issue