FIX: Smaller header font size for published page (#10398)

This commit is contained in:
Jordan Vidrine 2020-08-07 13:46:08 -05:00 committed by GitHub
parent a97e36cfda
commit 77a9c6aa80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
}
.published-page-title {
color: $header_primary;
font-size: 3em;
font-size: 2em;
margin: 0;
max-height: 1.25em;
}