Skip to content

Commit 42e9b34

Browse files
Update styles.css
1 parent b5ae2a4 commit 42e9b34

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

css/styles.css

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,4 +1155,27 @@ main h2 {
11551155
#resultsGrid {
11561156
min-height: 300px;
11571157
transition: opacity 0.25s ease;
1158-
}
1158+
1159+
}
1160+
1161+
1162+
1163+
1164+
html,
1165+
body {
1166+
height: 100%;
1167+
}
1168+
1169+
body {
1170+
display: flex;
1171+
flex-direction: column;
1172+
min-height: 100vh;
1173+
}
1174+
1175+
main {
1176+
flex: 1;
1177+
}
1178+
1179+
footer {
1180+
margin-top: auto;
1181+
}

0 commit comments

Comments
 (0)