Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #28 from kutyel/overflow
Browse files Browse the repository at this point in the history
Fixes overflow below 1024px
  • Loading branch information
Kikobeats committed Jun 19, 2015
2 parents 07a1486 + d598d74 commit 1177c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
width: 100%;
max-width: 100%;
height: 100%;
overflow: scroll;
overflow: hidden;

&.contact {
margin-top: 1rem;
Expand Down

0 comments on commit 1177c24

Please # to comment.