Apply grid fixes to new quest form

This commit is contained in:
Luis Cielak
2018-07-09 15:54:31 -04:00
parent 5324e5643d
commit a1b74a6f62
8 changed files with 98 additions and 63 deletions

View File

@@ -5,4 +5,12 @@
body {
background-color: $color-gray-lightest;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: 100vh;
> footer {
margin-top: auto;
}
}

View File

@@ -13,6 +13,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
max-width: $site-max-width;
}
}