Skip to content

Commit

Permalink
Fix for issue #44 with large font size
Browse files Browse the repository at this point in the history
When using large font it will overflow the width so I add
max-width in the css.
  • Loading branch information
Raniere Silva committed Oct 1, 2013
1 parent 1ad953e commit 429de19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ div.box {
@media (min-width: 700px) {
div.box {
width: 54em;
max-width: 80%;
}
}

Expand Down

0 comments on commit 429de19

Please sign in to comment.