Fix startpage layout

This commit is contained in:
Tristan Maat 2019-02-03 02:59:13 +00:00
parent e3e56669be
commit 48cfe27ee2
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
extends ../lib/pug/base extends ../lib/pug/base
block navigation
block content block content
.container .container
.row .row

View file

@ -3,4 +3,5 @@
#clock { #clock {
text-align: center; text-align: center;
padding-top: 20px;
} }