Remove margin when no login buttons are present

This commit is contained in:
Toby Zerner 2015-09-15 13:04:28 +09:30
parent 90a3bff638
commit d9062ced96

View File

@ -3,9 +3,13 @@
}
.LogInButtons {
width: 200px;
margin: 0 auto 20px;
margin: 0 auto;
.LogInButton {
margin-bottom: 5px;
&:last-child {
margin-bottom: 20px;
}
}
}