diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 8ab9f8e9b..807a202d5 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -630,7 +630,7 @@ table.investment-projects-summary { } #legislation_draft_version_body { - font-family: $font-family-monospace; + font-family: $font-family-serif; background: #f5f5f5; height: 16em; @@ -647,10 +647,14 @@ table.investment-projects-summary { h1, h2, h3, h4, h5, h6 { font-family: $font-family-serif !important; + font-size: 1rem; + line-height: 1.625rem; + margin-bottom: 0; } - h2 { - border-bottom: 1px solid $text-medium; + p { + font-size: 1rem; + line-height: 1.625rem; } }