meetup + faq + pages forms
This commit is contained in:
@@ -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;
|
||||
}
|
@@ -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%);
|
||||
}
|
Reference in New Issue
Block a user