Skip to content

Commit

Permalink
[WEBSITE-1707] Added container--offset for content page
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaszczuk committed Aug 29, 2017
1 parent 2551946 commit 174314d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/stylesheets/objects/_content-layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
max-width: $max-width;
}

.container--offset {
@extend .container;
@include media($desktop) {
padding-right: 216px;
}
}
.section--primary__container {
@include clearfix;
}
Expand Down

0 comments on commit 174314d

Please sign in to comment.