Skip to content

Commit c27b5d7

Browse files
committed
Fix select font size on mobile
1 parent 519d4a6 commit c27b5d7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/assets/css/common.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ header.vff-header svg.f-logo {
323323
.vff span.faux-form {
324324
border-bottom: 1px solid;
325325
display: inline-block;
326-
margin-right: .3em;
326+
margin-right: .2em;
327327
margin-left: 0;
328328
position: relative;
329329
white-space: nowrap;
@@ -481,7 +481,7 @@ header.vff-header svg.f-logo {
481481
font-weight: 900;
482482
font-size: 2.4em;
483483
line-height: 1.34;
484-
padding-right: 1.6em;
484+
padding-right: 1.8em;
485485
margin-bottom: 20px;
486486
}
487487

@@ -777,7 +777,7 @@ header.vff-header svg.f-logo {
777777

778778
.vff h2,
779779
.vff .fh2 {
780-
padding-right: 2em;
780+
padding-right: 2.2em;
781781
}
782782

783783
}
@@ -810,11 +810,6 @@ header.vff-header svg.f-logo {
810810
padding-right: 0;
811811
}
812812

813-
.vff select {
814-
padding-top: .4em;
815-
padding-bottom: .4em;
816-
}
817-
818813
}
819814

820815
@media only screen and (max-width: 767px) {
@@ -881,7 +876,7 @@ header.vff-header svg.f-logo {
881876
}
882877

883878
.vff select {
884-
font-size: 1em;
879+
font-size: .72em;
885880
padding-top: .2em;
886881
padding-bottom: .2em;
887882
}

0 commit comments

Comments
 (0)