Normalize heading font size in survey panels
This commit is contained in:
parent
ee89522b99
commit
b19419af69
|
|
@ -12,6 +12,8 @@
|
||||||
&__page-description {
|
&__page-description {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-bottom: $large-spacing;
|
margin-bottom: $large-spacing;
|
||||||
|
font-size: 1rem;
|
||||||
|
|
||||||
> span > span { // weird survey.js html structure
|
> span > span { // weird survey.js html structure
|
||||||
@include heading-4;
|
@include heading-4;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue