Skip to content

Commit

Permalink
fixing padidng for media widths less than 900px
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredonline committed May 6, 2013
1 parent 4c434b7 commit e3c6181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/public/styles/vis.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media (max-wdith: 700px) {
@media (max-width: 700px) {
body {
padding: 0 !important; } }
html, body {
Expand Down
2 changes: 1 addition & 1 deletion web/styles/vis.css.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$fontFace: Coustard, serif
$sentence-font-size: 28px

@media (max-wdith: 700px)
@media (max-width: 700px)
body
padding: 0 !important

Expand Down

0 comments on commit e3c6181

Please sign in to comment.