css: lower space between menu and content on desktop
This commit is contained in:
parent
d75cc5134f
commit
2a86db76bc
|
|
@ -1,9 +1,15 @@
|
||||||
.content {
|
.content {
|
||||||
margin: 2em auto 0 auto;
|
margin: -60px auto 0 auto;
|
||||||
padding: 0 var(--space-small);
|
padding: 0 var(--space-small);
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.content {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Sections */
|
/* Sections */
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue