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

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <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/normalize.css">
<link type="text/css" rel="stylesheet" href="assets/styles/site.css"> <link type="text/css" rel="stylesheet" href="assets/styles/site.css">