Restrict width of category heading to prevent mobile overflow
This commit is contained in:
parent
f1050350ed
commit
e0aac75607
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue