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