Fix bug with flexbox in IE11

This commit is contained in:
Michael Romero 2017-06-13 00:18:51 -07:00
commit 2b3c7fce00

View file

@ -1,7 +1,4 @@
/* --- General --- */
html, body {
height: 100%;
}
body {
font-family: 'Lora', 'Times New Roman', serif;
@ -11,9 +8,11 @@ body {
background: #FFF;
display: flex;
flex-flow: column;
height: 100vh;
}
.container[role=main] {
margin-bottom:50px;
flex: 1 0 auto;
}
p {
line-height: 1.5;