mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Category logos were improperly sized on mobile
This commit is contained in:
parent
4366ae43d6
commit
c2ed765396
1 changed files with 6 additions and 0 deletions
|
@ -290,3 +290,9 @@ ol.category-breadcrumb {
|
||||||
clear:both;
|
clear:both;
|
||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-logo {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
padding: 8px 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue