Aggiornare 'assets/styles/site.css'

master
lo_bo 2018-06-08 14:03:44 +02:00
parent 87d705c0c8
commit 47dba3bea5
1 changed files with 3 additions and 10 deletions

View File

@ -24,15 +24,8 @@ body {
} }
main { main {
width: 100%; display: table;
margin: 2rem 1rem; margin: 2rem auto;
}
@media (min-width: 426px) {
main {
width: 29vw;
margin: 2rem auto;
}
} }
@ -67,7 +60,6 @@ a:hover {
header { header {
width: 100%; width: 100%;
margin: 2rem auto 2rem auto; margin: 2rem auto 2rem auto;
text-align: center;
} }
header > img, header > img,
@ -114,6 +106,7 @@ nav > ul > li:before {
section { section {
margin-bottom: 2rem; margin-bottom: 2rem;
max-width: 320px;
} }
section:last-child { section:last-child {