min height none for small screens

This commit is contained in:
Heydon Pickering 2017-09-04 16:55:28 +01:00
parent cc0f345e5f
commit bbb8cc1a99
3 changed files with 7 additions and 1 deletions

View File

@ -825,6 +825,9 @@ h1 svg {
.main-and-footer {
margin: 0;
}
main {
min-height: none;
}
.patterns h3 {
font-size: 1.125rem;
border-top: 4px solid;

File diff suppressed because one or more lines are too long

View File

@ -825,6 +825,9 @@ h1 svg {
.main-and-footer {
margin: 0;
}
main {
min-height: none;
}
.patterns h3 {
font-size: 1.125rem;
border-top: 4px solid;