Reduce vertical margin around OAuth buttons
This commit is contained in:
parent
308b1a7282
commit
f15acf3880
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue