Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix page layout padding
Browse files Browse the repository at this point in the history
  • Loading branch information
NealJMD committed Jul 13, 2016
1 parent fda939f commit 421c7a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/sumofus/pages/page.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.main-feature {
padding: 15px 0;
padding: 45px 0;
min-height: 380px;
&--close-top {
padding-top: 30px;
}
@media(max-width: $mobile-width) {
padding-top: 25px;
}
}

.imageless-title {
Expand Down

0 comments on commit 421c7a3

Please sign in to comment.