mirror of https://github.com/luizdepra/hugo-coder.git
Update style.less (#4)* Update style.lessIn chrome and safari the main-page content is not shown in the center of the page.Adding adisplay:flexto the body-styles in the css-file fixes this problem.* Update style.less
static/less/style.less @@ -16,6 +16,7 @@ } body { display:flex; color: @fg-color; background-color: @bg-color; font-family: 'Fira Mono', monospace;