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:
parent
0e53b8873a
commit
f83ed8a616
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue