Fix bug with flexbox in IE11
This commit is contained in:
parent
9ffa13539f
commit
2b3c7fce00
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue