Revert "Aggiornare 'assets/styles/site.css'"

This reverts commit 28b2fe32ba.
master
crudo 2018-06-08 13:50:07 +02:00
parent 28b2fe32ba
commit 7a56842db9
1 changed files with 9 additions and 3 deletions

View File

@ -24,9 +24,15 @@ body {
}
main {
max-width: 420px;
margin: 2rem auto;
display: table;
width: 100%;
margin: 2rem 1rem;
}
@media (min-width: 426px) {
main {
width: 30vw;
margin: 2rem auto;
}
}