Remove flexbox on body (#114)

This commit is contained in:
Joseph Ting
2018-11-09 22:03:00 +09:00
committed by Luiz F. A. de Prá
parent 04b4bca945
commit 8d3c1a2f8e
4 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ html {
}
body {
display:flex;
color: $fg-color;
background-color: $bg-color;
font-family: $text-font-family;