Skip to content

Commit

Permalink
Merge pull request #1003 from stikoo/master
Browse files Browse the repository at this point in the history
Fixed a styleguide styling issue regarding the $content-max-width scss variable
  • Loading branch information
Junaid Rasheed committed Aug 31, 2016
2 parents c1e1a1a + 48d0f87 commit f3985d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/css/styleguide-app.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Styleguide 3.1.1
.sg.sg-wrapper {
position: relative;
overflow: hidden;
max-width: 68em;
max-width: $content-max-width;
margin: 0 auto;
padding: $wrapper-vertical-padding $content-margin $wrapper-vertical-padding $min-content-margin;
@media (--mobile) {
Expand Down Expand Up @@ -397,7 +397,7 @@ Styleguide 3.1.1
overflow: scroll;
transition: opacity .4s cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.sg.option {
text-align: center;
a {
Expand Down

0 comments on commit f3985d1

Please sign in to comment.