Revert "Aggiornare 'assets/styles/site.css'"
This reverts commit 28b2fe32ba
.
This commit is contained in:
parent
28b2fe32ba
commit
7a56842db9
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user