File tree Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ svg.logo {
190190
191191/*v-form*/
192192.v-form {
193- margin : 26vh 10vw 80 px ;
193+ margin : 26vh 10vw 60 px ;
194194 position : relative;
195195 text-align : left;
196196}
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*/
410402span .f-tagline ,
411403span .f-sub {
@@ -711,12 +703,34 @@ a.f-disabled {
711703 }
712704
713705 .f-footer .footer-inner-wrap {
714- padding-top : 10 px ;
715- padding-bottom : 10 px ;
706+ padding-top : 8 px ;
707+ padding-bottom : 8 px ;
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}
You can’t perform that action at this time.
0 commit comments