min height none for small screens
This commit is contained in:
parent
cc0f345e5f
commit
bbb8cc1a99
|
@ -825,6 +825,9 @@ h1 svg {
|
||||||
.main-and-footer {
|
.main-and-footer {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
main {
|
||||||
|
min-height: none;
|
||||||
|
}
|
||||||
.patterns h3 {
|
.patterns h3 {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
border-top: 4px solid;
|
border-top: 4px solid;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -825,6 +825,9 @@ h1 svg {
|
||||||
.main-and-footer {
|
.main-and-footer {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
main {
|
||||||
|
min-height: none;
|
||||||
|
}
|
||||||
.patterns h3 {
|
.patterns h3 {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
border-top: 4px solid;
|
border-top: 4px solid;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user