minter bporder box

This commit is contained in:
Mentor Palokaj 2021-10-17 12:45:50 +02:00
parent 556199ff3a
commit 874360bdf1

View File

@ -8,6 +8,11 @@ body {
sans-serif; sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
box-sizing: border-box;
}
body * {
box-sizing: border-box;
} }
code { code {
@ -15,8 +20,13 @@ code {
monospace; monospace;
} }
main {
padding: 1rem;
}
div.container { div.container {
max-width: 400px; width: 400px;
max-width: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;