mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
bca974bd07
commit
941c9a741f
@@ -16,6 +16,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
display:flex;
|
||||
color: @fg-color;
|
||||
background-color: @bg-color;
|
||||
font-family: 'Fira Mono', monospace;
|
||||
|
||||
Reference in New Issue
Block a user