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,

View File

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