Merge pull request #27 from davorpa/bugfix/reset-children-section-styles

pull/34/head
Brogan Clements 2022-07-10 11:28:54 -04:00 committed by GitHub
commit b3de6d3e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 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;
}
@ -222,6 +228,13 @@ footer {
margin:0 0 20px;
}
section > section {
border:none;
border-width:0;
padding:0;
margin:0;
}
header a small {
display:inline;
}