Increase topic breakpoint width to avoid small range where layout wraps

This commit is contained in:
Kris 2020-02-17 16:04:24 -05:00
parent 3e7c4dcc57
commit ca9a5b8458

View File

@ -847,7 +847,7 @@ span.highlighted {
/* Tablet (portrait) ----------- */
@media all and (max-width: 775px) {
@media all and (max-width: 790px) {
.topic-avatar {
width: 45px;
}