Update style.less (#4)

* Update style.less

In chrome and safari the main-page content is not shown in the center of the page.
Adding a

display:flex

to the body-styles in the css-file fixes this problem.

* Update style.less
This commit is contained in:
Ralf Junghanns 2018-03-23 14:48:05 +01:00 committed by Luiz F. A. de Prá
parent bca974bd07
commit 941c9a741f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ html {
} }
body { body {
display:flex;
color: @fg-color; color: @fg-color;
background-color: @bg-color; background-color: @bg-color;
font-family: 'Fira Mono', monospace; font-family: 'Fira Mono', monospace;