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