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 {
clear: both;
max-width: 100%;
p {
line-height: $line-height-large;
font-size: $font-up-3;