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 {
|
main {
|
||||||
max-width: 420px;
|
width: 100%;
|
||||||
margin: 2rem auto;
|
margin: 2rem 1rem;
|
||||||
display: table;
|
}
|
||||||
|
|
||||||
|
@media (min-width: 426px) {
|
||||||
|
main {
|
||||||
|
width: 30vw;
|
||||||
|
margin: 2rem auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user