|
|
@@ -5,8 +5,11 @@
|
|
|
}
|
|
|
|
|
|
body{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
font-family:'Saira',sans-serif;
|
|
|
color: rgb(0, 27, 45);
|
|
|
+ min-height: 100vh;
|
|
|
}
|
|
|
|
|
|
/* General style that should apply to all pages */
|
|
|
@@ -204,11 +207,16 @@ strand-selector{
|
|
|
}
|
|
|
|
|
|
/* Footer Partial */
|
|
|
+.spacer{
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
.footer{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
padding: 10px;
|
|
|
+ background: rgb(240, 252, 255);
|
|
|
}
|
|
|
|
|
|
.footer > *{
|