css: add padding to page content
This commit is contained in:
parent
b6d05c21c4
commit
d75cc5134f
|
|
@ -1,3 +1,9 @@
|
||||||
|
.content {
|
||||||
|
margin: 2em auto 0 auto;
|
||||||
|
padding: 0 var(--space-small);
|
||||||
|
max-width: 1100px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sections */
|
/* Sections */
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,3 @@ body {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
|
||||||
margin: 2em auto 0 auto;
|
|
||||||
max-width: 1100px;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue