aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Junghanns <ralf.junghanns@gmail.com>2018-03-23 14:48:05 +0100
committerLuiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>2018-03-23 10:48:05 -0300
commit941c9a741fe7ebe82aacdea5ec3b3a2298aede2f (patch)
treedab71a317cda8f063852169e2de591727117fe21
parentbca974bd0795879d4a8b5f07acee74d1e34d56f6 (diff)
downloadhugo-coder-941c9a741fe7ebe82aacdea5ec3b3a2298aede2f.tar.gz
hugo-coder-941c9a741fe7ebe82aacdea5ec3b3a2298aede2f.tar.bz2
hugo-coder-941c9a741fe7ebe82aacdea5ec3b3a2298aede2f.zip
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
-rw-r--r--static/less/style.less1
1 files changed, 1 insertions, 0 deletions
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;