drupal-erable/web/themes/erabletheme/scss/global/_global.scss

15 lines
189 B
SCSS
Raw Normal View History

2024-03-20 22:28:16 +01:00
main[role="main"] {
2024-03-20 22:49:49 +01:00
margin-top: 12vh;
2024-03-18 21:45:12 +01:00
@media (min-width: $breakpoint_desktop) {
2024-03-20 22:49:49 +01:00
margin-top: 22vh;
2024-03-18 21:45:12 +01:00
}
}
2024-01-06 09:39:13 +01:00
strong {
font-weight: bold;
}
em {
font-style: italic;
}