Normalize heading font size in survey panels

This commit is contained in:
Ramon Wenger 2019-07-25 11:12:24 +02:00
parent ee89522b99
commit b19419af69
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
&__page-description {
line-height: 1.5;
margin-bottom: $large-spacing;
font-size: 1rem;
> span > span { // weird survey.js html structure
@include heading-4;
}