fix: reset wrapped section style for all media queries

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

View File

@ -179,6 +179,12 @@ section {
padding-bottom:50px;
}
section > section {
width:auto;
float:none;
padding-bottom:0;
}
small {
font-size:11px;
}