File tree Expand file tree Collapse file tree 2 files changed +29
-15
lines changed Expand file tree Collapse file tree 2 files changed +29
-15
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}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ header svg.logo {
4141
4242/* footer */
4343.f-footer .footer-inner-wrap {
44- background-color : transparent ;
44+ background-color : rgba ( 62 , 175 , 124 , 0.75 ) ;
4545}
4646
4747.v-form textarea ,
@@ -179,9 +179,9 @@ p.text-success {
179179 color : # ECF80D ;
180180}
181181
182- @media screen and (max-width : 479px ) {
182+ @media screen and (max-width : 479px ), ( max-height : 420 px ) {
183183 .f-footer .footer-inner-wrap {
184- background-color : rgba (55 , 158 , 112 , 0.6 );
184+ background-color : rgba (55 , 158 , 112 , 0.7 );
185185 }
186186}
187187
@@ -241,7 +241,7 @@ p.text-success {
241241 }
242242
243243 .f-footer .footer-inner-wrap {
244- background-color : var ( --bg-color );
244+ background-color : rgba ( 49 , 54 , 64 , 0.75 );
245245 }
246246
247247 .f-prev : hover ,
You can’t perform that action at this time.
0 commit comments