Aggiornare 'assets/styles/site.css'
This commit is contained in:
parent
87d705c0c8
commit
47dba3bea5
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user