Revert flex on body

This commit is contained in:
Luiz de Prá
2018-11-25 20:40:34 -02:00
parent b4688a765e
commit c0708c491e
3 changed files with 3 additions and 2 deletions

View File

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