Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wrightmartin committed Apr 3, 2018
1 parent ccb310e commit 07e8737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/homepage.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>

<div class="page-section homepage--info-links">
<div class="page-section homepage__info-links">
<div class="container row">
<div class="column-one-third">
<h3>What is EveryPolitician?</h3>
Expand Down
8 changes: 5 additions & 3 deletions views/sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@
}

.homepage__info-links {
margin-bottom: 2em;
@media (min-width: $large_screen) {
margin-bottom: 0;
.column-one-third {
margin-bottom: 2em;
@media (min-width: $large_screen) {
margin-bottom: 0;
}
}
}

Expand Down

0 comments on commit 07e8737

Please sign in to comment.