Fix printing in FireFox
ref: https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29#issuecomment-369232569
This commit is contained in:
parent
b503341791
commit
f848524e3b
|
@ -7,8 +7,6 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
background: $background-color;
|
||||
color: $text-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue