diff --git a/sass/_proposal_categories.scss b/sass/_proposal_categories.scss index 46a2938..39671d9 100644 --- a/sass/_proposal_categories.scss +++ b/sass/_proposal_categories.scss @@ -177,9 +177,11 @@ border: none; } -// @media only screen and (max-device-width: 480px) { - - +@media only screen and (max-device-width: 480px) { + p, .description, label, .info, h2 small{ + font-size: 18px !important; + } +} @media only screen and (max-width: 630px) { .proposal-detail .categories select{ width: 100% !important; -- libgit2 0.21.2