Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1040 from akvo/feature/1011_flow_page
Browse files Browse the repository at this point in the history
#1039 - remove padding of the middle boxes
  • Loading branch information
Lynn authored Aug 29, 2016
2 parents 2af811f + 9802801 commit ddcf473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions code/wp-content/themes/Akvo-responsive/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion code/wp-content/themes/Akvo-responsive/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7160,6 +7160,7 @@ div[id^="inline-"] {
}
.row {
margin-bottom: 1.5em;
padding: 0;
@media only screen and (max-width: $width-med) {
margin-top: 2em;
}
Expand Down Expand Up @@ -7327,7 +7328,7 @@ div[id^="inline-"] {
}
}
@media only screen and (max-width: $width-small) {
width: 48%;
width: 47.5%;
margin-top: 1em;
margin-bottom: 1em;
&:nth-child(odd) {
Expand Down

0 comments on commit ddcf473

Please sign in to comment.