Compare commits

..

4 commits

2 changed files with 7 additions and 0 deletions

View file

@ -7355,6 +7355,9 @@ iframe {
.webform-submission-form { .webform-submission-form {
margin: .5rem 6rem .5rem 6rem; margin: .5rem 6rem .5rem 6rem;
padding: 0 6rem; } } padding: 0 6rem; } }
.help {
font-size: 0.88rem; }
.content blockquote { .content blockquote {
color: currentColor; } color: currentColor; }
.content blockquote * { .content blockquote * {

View file

@ -49,3 +49,7 @@
padding: 0 6rem; padding: 0 6rem;
} }
} }
.help {
font-size: $size-6;
}