Skip to content

Commit baca040

Browse files
committed
Common.css design corrections
1 parent 5dcf56d commit baca040

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

src/assets/css/common.css

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ svg.logo {
190190

191191
/*v-form*/
192192
.v-form {
193-
margin: 26vh 10vw 80px;
193+
margin: 26vh 10vw 60px;
194194
position: relative;
195195
text-align: left;
196196
}
@@ -398,14 +398,6 @@ h3,
398398

399399
}
400400

401-
@media screen and (max-width:479px), (max-height:400px) {
402-
h2,
403-
.fh2 {
404-
font-size: 1.4rem;
405-
}
406-
407-
}
408-
409401
/*misc-typography*/
410402
span.f-tagline,
411403
span.f-sub {
@@ -711,12 +703,34 @@ a.f-disabled {
711703
}
712704

713705
.f-footer .footer-inner-wrap {
714-
padding-top: 10px;
715-
padding-bottom: 10px;
706+
padding-top: 8px;
707+
padding-bottom: 8px;
716708
}
717709

718710
.v-form {
719711
margin-top: 12vh;
720712
}
721713

714+
.f-radios-desc, ul.f-radios li,
715+
ul.f-radios li input[type=text] {
716+
font-size: .86rem
717+
}
718+
719+
}
720+
721+
@media screen and (max-width:479px), (max-height:400px) {
722+
h2,
723+
.fh2 {
724+
font-size: 1.6rem;
725+
}
726+
727+
span.f-sub,
728+
span.f-tagline{
729+
font-size: 1rem;
730+
}
731+
732+
.section-text, li, p, ul {
733+
font-size: 1rem;
734+
}
735+
722736
}

0 commit comments

Comments
 (0)