Преглед на файлове

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
Ralf Junghanns преди 7 години
родител
ревизия
941c9a741f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      static/less/style.less

+ 1 - 0
static/less/style.less

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