fix: reset wrapped section style for 960 media query

pull/27/head
David Ordás 2022-07-07 21:17:36 +02:00 committed by GitHub
parent 84f1dafe83
commit cff06d2079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -228,6 +228,13 @@ footer {
margin:0 0 20px;
}
section > section {
border:none;
border-width:0;
padding:0;
margin:0;
}
header a small {
display:inline;
}