💄 style: increase body left/right margins

This commit is contained in:
welpo
2023-07-10 17:56:45 +02:00
parent af81f88b92
commit b76f9bbf44

View File

@@ -110,7 +110,7 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0 12px;
margin: 0 5vmin;
padding: 0;
}