Add container styling to index.css

This commit is contained in:
2026-01-08 01:40:19 +01:00
parent 336a3aa164
commit 99751aa59f

View File

@@ -43,6 +43,13 @@ h4 {
letter-spacing: -0.01em;
}
.container {
max-width: 1080px;
margin: 0 auto;
padding: 0 1rem;
width: 100%;
}
.main {
padding-top: 0.5rem;
}