From 0dbba6410980003907db67bc1ae9bd5761f0ce93 Mon Sep 17 00:00:00 2001 From: lideming Date: Wed, 2 Dec 2020 23:46:58 +0800 Subject: [PATCH] Minor style improvements --- src/public/stylesheets/style.css | 1 - src/views/controller_layout.pug | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index a4c5c7b..8932fcc 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1,5 +1,4 @@ html, body { - height: 100%; font: 16px "Lucida Grande", Helvetica, Arial, sans-serif; } diff --git a/src/views/controller_layout.pug b/src/views/controller_layout.pug index 0bd051a..6c43cc0 100644 --- a/src/views/controller_layout.pug +++ b/src/views/controller_layout.pug @@ -32,7 +32,7 @@ block body_content span.glyphicon.glyphicon-log-out | Logout - .container(style='margin-top:50px') + .container(style='margin: 50px auto 20px') .row .col-sm-12 block content