Add more space between sidebar sections

foundation/home
jonahmania 2018-05-15 11:09:49 -04:00
parent c0dba9390f
commit 337139687a
1 changed files with 5 additions and 1 deletions

View File

@ -103,7 +103,7 @@
} }
.jsmodule { .jsmodule {
margin-bottom: 14px; margin-bottom: 32px;
.google_signup { .google_signup {
a { a {
width: 100%; width: 100%;
@ -169,6 +169,10 @@
} }
} }
.jsmod-content.latest-ungluing {
margin-bottom: 32px;
}
.signup { .signup {
cursor: pointer; cursor: pointer;
} }