Styling fixes

This commit is contained in:
tshenry 2019-08-13 01:55:16 -07:00 committed by GitHub
parent 9af5d53256
commit 79dd4629ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -31,6 +31,15 @@ span.category-badge-icon {
display: inline;
}
.category-list .category h3 > div {
float: left;
.category-list {
.category h3 > div {
float: left;
}
.category-logo {
clear: both;
}
}
.mobile-view .category-title-link .category-name {
width: 80vw;
}