Restrict width of category heading to prevent mobile overflow

This commit is contained in:
Kris 2018-12-04 19:01:27 -05:00
parent f1050350ed
commit e0aac75607
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ button.dismiss-read {
.category-heading { .category-heading {
clear: both; clear: both;
max-width: 100%;
p { p {
line-height: $line-height-large; line-height: $line-height-large;
font-size: $font-up-3; font-size: $font-up-3;