Skip to content

Commit

Permalink
removing widths over 300px for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerhart committed Nov 19, 2015
1 parent 082be25 commit c0f991b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PHB Index Improved (js).html
Expand Up @@ -18,15 +18,14 @@
}
#header { text-align: center; }
#filters {
width: 800px;
margin: 0 auto;
text-align: center;
}
.quicksearch {
padding: 4px 6px;
font-size: 16px;
line-height: 22px;
width: 600px;
width: 300px;
border: 1px solid #aaa;
border-radius: 3px;
}
Expand Down

0 comments on commit c0f991b

Please sign in to comment.