We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ae2a4 commit 42e9b34Copy full SHA for 42e9b34
css/styles.css
@@ -1155,4 +1155,27 @@ main h2 {
1155
#resultsGrid {
1156
min-height: 300px;
1157
transition: opacity 0.25s ease;
1158
-}
+
1159
+}
1160
1161
1162
1163
1164
+html,
1165
+body {
1166
+ height: 100%;
1167
1168
1169
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