Commit 8cc28b0a0f6d5863dfa24ff7274dd48b40649f0a
1 parent
ddf79f55
Exists in
master
and in
10 other branches
Fix #52
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
sass/_proposal_categories.scss
... | ... | @@ -177,9 +177,11 @@ |
177 | 177 | border: none; |
178 | 178 | } |
179 | 179 | |
180 | -// @media only screen and (max-device-width: 480px) { | |
181 | - | |
182 | - | |
180 | +@media only screen and (max-device-width: 480px) { | |
181 | + p, .description, label, .info, h2 small{ | |
182 | + font-size: 18px !important; | |
183 | + } | |
184 | +} | |
183 | 185 | @media only screen and (max-width: 630px) { |
184 | 186 | .proposal-detail .categories select{ |
185 | 187 | width: 100% !important; | ... | ... |