From a7690932bba3c7827e331abbfd269ebbdd2460cc Mon Sep 17 00:00:00 2001 From: Thomas Atkins Date: Sat, 8 Feb 2020 18:26:30 -0600 Subject: [PATCH] Fixed head of the thingy --- app/views/login.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/login.pug b/app/views/login.pug index f7bdeb6..9e3f1e4 100644 --- a/app/views/login.pug +++ b/app/views/login.pug @@ -16,7 +16,7 @@ html background-color:#343a40; } .container-intro { - margin-top: 10em; + margin-top: 1em; color: #cccccc; text-align: center; }