diff --git a/app/styles/components/wysiwyg.scss b/app/styles/components/wysiwyg.scss index af5dc3cd..45906f7c 100644 --- a/app/styles/components/wysiwyg.scss +++ b/app/styles/components/wysiwyg.scss @@ -4,7 +4,7 @@ h1 { @extend %xlarge; @extend %text; - margin-bottom: .5rem; + line-height: 2.5rem; text-transform: uppercase; } h2 { diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss index b6ce9e04..37936812 100644 --- a/app/styles/modules/common/related-tasks.scss +++ b/app/styles/modules/common/related-tasks.scss @@ -169,7 +169,7 @@ } } figcaption { - max-width: 60%; + max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;