Reduce vertical margin around OAuth buttons

This commit is contained in:
Matt Baer 2020-04-22 09:27:33 -04:00
parent 308b1a7282
commit f15acf3880
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
.row.signinbtns { .row.signinbtns {
justify-content: space-evenly; justify-content: space-evenly;
font-size: 1em; font-size: 1em;
margin-top: 3em; margin-top: 2em;
margin-bottom: 2em; margin-bottom: 1em;
.loginbtn { .loginbtn {
height: 40px; height: 40px;