2024-04-10 12:37:31 +02:00

27 lines
346 B
SCSS

/* main[role="main"] {
margin-top: 10vh;
@media (min-width: $breakpoint_desktop) {
margin-top: calc(10vh + 3rem);
}
} */
body {
overflow-x: hidden;
}
.layout-container {
margin: 0 !important;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
#block-erabletheme-titredepage {
display: none;
}