Skip to content

Commit

Permalink
Merge pull request #649 from CounterPillow/minwidth
Browse files Browse the repository at this point in the history
Remove min-width to improve look on some devices
  • Loading branch information
andralex committed Jan 7, 2015
2 parents 96879ea + a2a0f45 commit d15f63e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/style.css
Expand Up @@ -8,8 +8,7 @@ body
background-repeat: no-repeat;
font-size: 100%;
font-family: Verdana, "Deja Vu", "Bitstream Vera Sans", sans-serif;
min-width: 60em;
margin: 0px auto;
margin: 0px auto;
}

.hyphenate
Expand Down

0 comments on commit d15f63e

Please sign in to comment.