27 lines
346 B
SCSS
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;
|
|
} |