fix: padding/font fixes on sub/categories pages

main
psychobunny 4 years ago
parent aa26c0e927
commit 09a042b10b

@ -104,6 +104,7 @@
.category-children { .category-children {
.category-children-item { .category-children-item {
margin-right: 10px; margin-right: 10px;
margin-bottom: 1px;
} }
.icon { .icon {
min-width: 23px; min-width: 23px;

@ -122,7 +122,7 @@
} }
.description { .description {
font-size: 1.2rem; font-size: 1.4rem;
font-weight: normal; font-weight: normal;
line-height: 1.2; line-height: 1.2;
color: @gray-light; color: @gray-light;
@ -140,6 +140,8 @@
small { small {
color: #999999; color: #999999;
font-size: 1.4rem;
vertical-align: -2px;
} }
} }
} }

Loading…
Cancel
Save