mirror of https://github.com/luizdepra/hugo-coder.git

Ralf Junghanns
23.48.2018 941c9a741fe7ebe82aacdea5ec3b3a2298aede2f
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
1 files modified
1 ■■■■ changed files
static/less/style.less 1 ●●●● patch | view | raw | blame | history
static/less/style.less
@@ -16,6 +16,7 @@
}
body {
  display:flex;
  color: @fg-color;
  background-color: @bg-color;
    font-family: 'Fira Mono', monospace;