Commit ddf79f552aac22f39d7fc6d262488f6b0f543786

Authored by Augusto dos Anjos Almeida
1 parent 96cc6b9e

Fix #61

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
sass/_proposal_categories.scss
... ... @@ -178,6 +178,14 @@
178 178 }
179 179  
180 180 // @media only screen and (max-device-width: 480px) {
  181 +
  182 +
  183 +@media only screen and (max-width: 630px) {
  184 + .proposal-detail .categories select{
  185 + width: 100% !important;
  186 + }
  187 +
  188 +}
181 189 @media only screen and (max-width: 768px) {
182 190 .proposal-item {
183 191 width: 95% !important;
... ...