From 941c9a741fe7ebe82aacdea5ec3b3a2298aede2f Mon Sep 17 00:00:00 2001 From: Ralf Junghanns Date: Fri, 23 Mar 2018 14:48:05 +0100 Subject: 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 --- static/less/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/less/style.less b/static/less/style.less index 7c1ad48..d4310f5 100644 --- a/static/less/style.less +++ b/static/less/style.less @@ -16,6 +16,7 @@ html { } body { + display:flex; color: @fg-color; background-color: @bg-color; font-family: 'Fira Mono', monospace; -- cgit v1.2.3