Please stop

master
crudo 2018-06-08 14:06:20 +02:00
parent 47dba3bea5
commit e825092124
2 changed files with 10 additions and 4 deletions

View File

@ -24,8 +24,15 @@ body {
}
main {
display: table;
margin: 2rem auto;
width: 100%;
padding: 2rem 1rem;
}
@media (min-width: 426px) {
main {
width: 29vw;
margin: 2rem auto;
}
}
@ -106,7 +113,6 @@ nav > ul > li:before {
section {
margin-bottom: 2rem;
max-width: 320px;
}
section:last-child {

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="assets/styles/normalize.css">
<link type="text/css" rel="stylesheet" href="assets/styles/site.css">