UX: protection for very wide category-logo images on narrow screens
This commit is contained in:
parent
334bd78516
commit
22f43abb0e
|
@ -42,6 +42,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.category-heading {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list-item.visited,
|
.topic-list-item.visited,
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue