Skip to content

Commit

Permalink
Fix aside width
Browse files Browse the repository at this point in the history
  • Loading branch information
fernahh committed Jul 28, 2015
1 parent 5d892ea commit 3783836
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions source/assets/stylesheets/guide/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
@include respond-to(em($bp-large)) {
float: left;

width: 35%;
width: 40%;
height: 100%;
padding-left: 100px;
}

@include respond-to(em($bp-largeB)) {
width: 38%;
}

@include respond-to(em($bp-largeC)) {
width: 35%;
padding-left: 0;
}
}
Expand Down Expand Up @@ -69,10 +74,18 @@
@include respond-to(em($bp-large)) {
float: left;

width: 65%;
width: 60%;
padding-left: 0;
padding: em($base-whitespace);
}

@include respond-to(em($bp-largeC)) {
width: 62%;
}

@include respond-to(em($bp-largeC)) {
width: 65%;
}
}

.guide-article-title {
Expand Down

0 comments on commit 3783836

Please sign in to comment.