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

[BUGFIX-31] Layout breaks when content is too wide
pull/34/head
Eric Hellman 2022-09-14 09:27:08 -04:00 committed by GitHub
commit ea6caee18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,6 @@ section {
} }
section > section { section > section {
width:auto;
float:none; float:none;
padding-bottom:0; padding-bottom:0;
} }
@ -218,7 +217,7 @@ footer {
} }
header { header {
padding-right:320px; padding-right:0;
} }
section { section {
@ -233,6 +232,7 @@ footer {
border-width:0; border-width:0;
padding:0; padding:0;
margin:0; margin:0;
width:100%;
} }
header a small { header a small {
@ -287,7 +287,7 @@ footer {
} }
form { form {
visibility: hidden; visibility: hidden;
} }
.searchbar { .searchbar {