css: add padding to page content

This commit is contained in:
Corentin 2024-05-19 17:52:45 +02:00
parent b6d05c21c4
commit d75cc5134f
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
.content {
margin: 2em auto 0 auto;
padding: 0 var(--space-small);
max-width: 1100px;
}
/* Sections */ /* Sections */
.section { .section {

View File

@ -7,7 +7,3 @@ body {
color: var(--color); color: var(--color);
} }
.content {
margin: 2em auto 0 auto;
max-width: 1100px;
}