1 parent 9ee3236 commit 6192bc5Copy full SHA for 6192bc5
1 file changed
assets/css/style.css
@@ -733,6 +733,21 @@ html, body {
733
color: var(--VeryLightGray);
734
735
font-size: 1.0em;
736
+
737
+ display: flex;
738
+ flex-direction: column;
739
+ min-height: 100vh;
740
+ margin: 0;
741
+}
742
743
+#main {
744
+ flex: 1;
745
746
747
+.site-header,
748
+#hero,
749
+.site-footer {
750
+ flex-shrink: 0;
751
}
752
753
.img-res {
0 commit comments