Skip to content

Commit 3b78ec7

Browse files
committed
Sizes and max width mods
1 parent 1f88581 commit 3b78ec7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/css/common.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ header.vff-header svg.f-logo {
698698
*/
699699

700700
.vff .field-multiplepicturechoice ul.f-radios {
701-
max-width: 750px;
701+
max-width: 760px;
702702
min-width: auto;
703703
display: -ms-flexbox;
704704
display: flex;
@@ -750,7 +750,7 @@ header.vff-header svg.f-logo {
750750
*/
751751

752752
.vff .field-opinionscale ul.f-radios {
753-
max-width: 750px;
753+
max-width: 760px;
754754
min-width: auto;
755755
display: -ms-flexbox;
756756
display: -webkit-box;
@@ -783,7 +783,7 @@ header.vff-header svg.f-logo {
783783
flex: 1 0 calc(10% - 8px);
784784
font-size: 15px;
785785
line-height: 1.38;
786-
min-height: 52px;
786+
min-height: 54px;
787787
}
788788

789789
.vff .field-opinionscale ul.f-radios li .f-label-wrap {
@@ -798,7 +798,7 @@ header.vff-header svg.f-logo {
798798
display: -ms-flexbox;
799799
display: flex;
800800
justify-content: space-between;
801-
max-width: 750px;
801+
max-width: 760px;
802802
min-width: auto;
803803
margin: 2px -8px .6em 0;
804804
}
@@ -818,7 +818,7 @@ header.vff-header svg.f-logo {
818818
*/
819819

820820
.vff .field-iconrate ul.f-radios {
821-
max-width: 750px;
821+
max-width: 760px;
822822
min-width: auto;
823823
display: -ms-flexbox;
824824
display: -webkit-box;
@@ -1342,7 +1342,7 @@ header.vff-header svg.f-logo {
13421342
.vff .field-multiplepicturechoice ul.f-radios,
13431343
.vff .field-opinionscale ul.f-radios,
13441344
.vff .f-label-scale-wrap {
1345-
max-width: 320px;
1345+
max-width: 330px;
13461346
}
13471347

13481348
.vff .field-multiplepicturechoice ul.f-radios li {

0 commit comments

Comments
 (0)