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