Compare commits
No commits in common. "4dcd0ab42f07dcda03a1e480a2557e9e6ac34e47" and "134092a9da74b9e2ecfb9ce517389c985336076e" have entirely different histories.
4dcd0ab42f
...
134092a9da
|
@ -48,6 +48,7 @@ header {
|
|||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-top: 1rem;
|
||||
|
||||
pre {
|
||||
|
@ -68,7 +69,6 @@ header {
|
|||
|
||||
.header-brand {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
||||
a {
|
||||
// linkify the brand logo without changing its style
|
||||
|
@ -92,7 +92,6 @@ header {
|
|||
}
|
||||
|
||||
@media screen and (min-width: $small) {
|
||||
flex-wrap: nowrap;
|
||||
margin-top: $header-spacing;
|
||||
padding-top: 0.5rem;
|
||||
|
||||
|
@ -107,11 +106,6 @@ header {
|
|||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
nav {
|
||||
flex-wrap: wrap;
|
||||
justify-content: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue