Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRalf Junghanns <ralf.junghanns@gmail.com>2018-03-23 16:48:05 +0300
committerLuiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>2018-03-23 16:48:05 +0300
commit941c9a741fe7ebe82aacdea5ec3b3a2298aede2f (patch)
treedab71a317cda8f063852169e2de591727117fe21 /static
parentbca974bd0795879d4a8b5f07acee74d1e34d56f6 (diff)
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
Diffstat (limited to 'static')
-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;