add benign class that makes search and submit fields on news right size on mobile
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user