Compare commits
2 Commits
63fa0d23f8
...
01d4a3d5be
Author | SHA1 | Date |
---|---|---|
Luca | 01d4a3d5be | |
Luca | 5f14f8170c |
|
@ -27,7 +27,7 @@ body {
|
|||
@media screen and (min-width: $small) {
|
||||
&::before {
|
||||
background: url(/stars.svg) repeat-x top;
|
||||
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 500px) 100%, calc(50% + 500px) $header-spacing, calc(50% - 500px) $header-spacing, calc(50% - 500px) 100%, 0% 100%);
|
||||
clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + #{$large * 0.5}) 100%, calc(50% + #{$large * 0.5}) $header-spacing, calc(50% - #{$large * 0.5}) $header-spacing, calc(50% - #{$large * 0.5}) 100%, 0 100%);
|
||||
content: '';
|
||||
display: block;
|
||||
height: $stars-height;
|
||||
|
|
18
config.toml
18
config.toml
|
@ -4,10 +4,10 @@ paginate = 3
|
|||
title = 'Intergalaktische Erfahrungsreise'
|
||||
|
||||
[menu]
|
||||
[[menu.footer]]
|
||||
name = "Kontakt"
|
||||
url = "mailto:info@fairydust.reisen"
|
||||
weight = 5
|
||||
# [[menu.footer]]
|
||||
# name = "Kontakt"
|
||||
# url = "mailto:info@fairydust.reisen"
|
||||
# weight = 5
|
||||
[[menu.footer]]
|
||||
name = "Impressum"
|
||||
url = "https://hackerspace-bamberg.de/Impressum"
|
||||
|
@ -24,7 +24,7 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "Relive"
|
||||
name = "Relive 2022"
|
||||
url = "https://streaming.media.ccc.de/iger-2022/relive"
|
||||
weight = 12
|
||||
# [[menu.main]]
|
||||
|
@ -39,10 +39,10 @@ title = 'Intergalaktische Erfahrungsreise'
|
|||
# name = "Engelsystem"
|
||||
# url = "https://helfen.fairydust.reisen/"
|
||||
# weight = 40
|
||||
[[menu.main]]
|
||||
name = "Feedback"
|
||||
url = "https://wiki.fairydust.reisen/feedback"
|
||||
weight = 70
|
||||
# [[menu.main]]
|
||||
# name = "Feedback"
|
||||
# url = "https://wiki.fairydust.reisen/feedback"
|
||||
# weight = 70
|
||||
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
|
|
Loading…
Reference in New Issue