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

19 lines
257 B
SCSS

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