add benign class that makes search and submit fields on news right size on mobile

This commit is contained in:
Michael Q Larson
2015-03-07 19:03:26 -08:00
parent 790a2d987b
commit c8a9f6f810
3 changed files with 11 additions and 8 deletions

View File

@@ -395,17 +395,20 @@ ul {
font-size: 30px;
}
.btn-small {
.big-text-field {
font-size: 30px;
height: 57px;
}
.btn-responsive {
@media (max-width: 768px) {
font-size: 15px;
height: 26.5px;
padding-top: 1px;
}
}
.big-text-field {
font-size: 30px;
height: 57px;
.field-responsive {
@media (max-width: 768px) {
font-size: 15px;
height: 26.5px;