From ee902062a71c1ef31176cf5061555618b288b1d4 Mon Sep 17 00:00:00 2001 From: jloup Date: Sun, 25 Feb 2018 21:11:38 +0100 Subject: Logout link. --- cmd/web/static/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'cmd/web/static') diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index bfa43f0..cdbcd06 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -32,14 +32,20 @@ i.cc { text-align: center; display: inline-block; color: white; - font-size: 28px; background-color: rgb(20, 20, 20); border-radius: 4px; font-weight: bold; padding: 10px 10px 10px 10px; vertical-align: middle; - margin-bottom: 30px; +} + +#header { margin-top: 20px; + margin-bottom: 30px; +} + +h1 { + font-size: 1.5em; } .sign-in .form-control { -- cgit v1.2.3