Please stop
This commit is contained in:
parent
47dba3bea5
commit
e825092124
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user