From f15acf3880575ceafad5d6a38baf207953a6b719 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 22 Apr 2020 09:27:33 -0400 Subject: [PATCH] Reduce vertical margin around OAuth buttons --- less/login.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/login.less b/less/login.less index 57efee5..473d26f 100644 --- a/less/login.less +++ b/less/login.less @@ -11,8 +11,8 @@ .row.signinbtns { justify-content: space-evenly; font-size: 1em; - margin-top: 3em; - margin-bottom: 2em; + margin-top: 2em; + margin-bottom: 1em; .loginbtn { height: 40px;