Add top margin to above-main-container-outlet position

- Add 2em margin-top to .above-main-container-outlet
- Provides spacing between navigation and banner
- Only affects above_content position, not below_header
This commit is contained in:
gabeszm 2025-10-16 17:39:06 +02:00
parent 0e53b8873a
commit f83ed8a616

View file

@ -20,6 +20,10 @@
display: block; display: block;
} }
.above-main-container-outlet {
margin-top: 2em;
}
@media (min-width: 800px) { @media (min-width: 800px) {
.welcome-card { .welcome-card {
max-width: 1500px; max-width: 1500px;