Skip to content

Commit 65ef925

Browse files
authored
Merge pull request ricklamers#72 from Zeus2480/largeScreenBug
Fixed bottom black bar for large devices
2 parents f887069 + a2c68f7 commit 65ef925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ body {
5454
padding: var(--section-gap);
5555
background: var(--colour-1);
5656
color: var(--colour-3);
57-
height: 100vh;
57+
min-height: 100vh;
5858
}
5959

6060
.row {

0 commit comments

Comments
 (0)