Skip to content

Commit b3b33e1

Browse files
authored
Merge pull request #166 from andylolz/133-overlapping-footer
Make media query height- (not width-) dependent
2 parents c195383 + 6f9a037 commit b3b33e1

File tree

1 file changed

+1
-1
lines changed
  • prefix_finder/frontend/static/css

1 file changed

+1
-1
lines changed

prefix_finder/frontend/static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ fieldset {
11371137
display: flex;
11381138
flex-direction: column;
11391139
}
1140-
@media (min-width: 40em) {
1140+
@media (min-height: 40em) {
11411141
.homepage {
11421142
height: 100vh;
11431143
}

0 commit comments

Comments
 (0)