meetup + faq + pages forms

This commit is contained in:
Valentin
2024-03-29 21:29:59 +01:00
parent 9e171e69a6
commit 746c347042
36 changed files with 3819 additions and 1227 deletions

View File

@@ -1,8 +1,8 @@
main[role="main"] {
margin-top: 12vh;
margin-top: 10vh;
@media (min-width: $breakpoint_desktop) {
margin-top: 22vh;
margin-top: calc(10vh + 3rem);
}
}
@@ -12,4 +12,8 @@ strong {
em {
font-style: italic;
}
#block-erabletheme-titredepage {
display: none;
}

View File

@@ -5,4 +5,8 @@ $dark_green: #314e41;
@mixin beige_gradient() {
background: linear-gradient(to bottom, $beige 80%, white 100%);
}
@mixin white_beige_gradient() {
background: linear-gradient(to bottom, white 0%, $beige 10%, $beige 80%, white 100%);
}