File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 105105 }),
106106 new QuestionModel ({
107107 id: ' multiple_choice_image' ,
108- tagline: " Let's take it one step further" ,
109- title: ' Tell us what is your favorite social network 😍 ' ,
108+ tagline: " Let's take it one step further... " ,
109+ title: ' Tell us what is your favorite social network hangout. ' ,
110110 helpTextShow: false ,
111111 type: QuestionType .MultiplePictureChoice ,
112112 multiple: false ,
Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ header.vff-header svg.f-logo {
634634*/
635635
636636.vff .field-multiplepicturechoice ul .f-radios {
637- max-width : 790 px ;
637+ max-width : 750 px ;
638638 min-width : auto;
639639 display : -ms-flexbox;
640640 display : flex;
@@ -671,7 +671,7 @@ header.vff-header svg.f-logo {
671671 justify-content : center;
672672 overflow : hidden;
673673 width : 100% ;
674- height : 150 px ;
674+ height : 140 px ;
675675 margin-bottom : 8px ;
676676}
677677
@@ -946,6 +946,10 @@ header.vff-header svg.f-logo {
946946 font-size : 14px ;
947947 }
948948
949+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
950+ height : 90px ;
951+ }
952+
949953}
950954
951955@media screen and (max-width : 479px ) {
@@ -1020,7 +1024,7 @@ header.vff-header svg.f-logo {
10201024 }
10211025
10221026 .vff .field-multiplepicturechoice ul .f-radios {
1023- max-width : 360 px ;
1027+ max-width : 320 px ;
10241028 }
10251029
10261030 .vff .field-multiplepicturechoice ul .f-radios li {
@@ -1065,4 +1069,8 @@ header.vff-header svg.f-logo {
10651069 font-size : .6em ;
10661070 }
10671071
1072+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1073+ height : 90px ;
1074+ }
1075+
10681076}
You can’t perform that action at this time.
0 commit comments