Skip to content

Commit

Permalink
Merge pull request #1237 from akvo/1212_budget_offset
Browse files Browse the repository at this point in the history
[#1212] Fixed
  • Loading branch information
KasperBrandt committed Feb 26, 2015
2 parents 296409f + b5daf81 commit e2d7d06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions akvo/rsr/static/rsr/v3/css/src/library.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ $width-large: 1200px;
@else if $width == tablets {
@media only screen and (max-width: $width-middle) { @content; }
}
@else if $width == bigTablets {
@media only screen and (max-width: $width-large) { @content; }
}
}

/* Placeholder
Expand Down
3 changes: 3 additions & 0 deletions akvo/rsr/static/rsr/v3/css/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,9 @@ h4.detailedInfo {
}
@include responsive(ipadAir) {
margin-left: 80px;
}
@include responsive(bigTablets) {
margin-left: 80px;
}
}
}
Expand Down

0 comments on commit e2d7d06

Please sign in to comment.