UX: protection for very wide category-logo images on narrow screens

This commit is contained in:
Joe 2019-01-24 17:16:18 +08:00 committed by GitHub
parent 334bd78516
commit 22f43abb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,9 @@
} }
} }
} }
.category-heading {
max-width: 100%;
}
} }
.topic-list-item.visited, .topic-list-item.visited,

View File

@ -210,8 +210,6 @@ button.dismiss-read {
} }
.category-heading { .category-heading {
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;