Skip to content

Commit a2c68f7

Browse files
author
Faizan Siddiqui
committed
Fixed bottom black bar for large devices
1 parent f887069 commit a2c68f7

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)