nodebb-theme-antergos
Version:
NodeBB theme based on Lavender. Created for the Antergos Forum.
27 lines (22 loc) • 419 B
text/less
.categories {
@media screen and (min-width: @screen-md-min) {
.col-md-3 {
width: 24.5%; // firefox rounds up, webkit runs down. go figure...
}
}
@media screen and (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.col-sm-6 {
width: 48.5%;
}
}
h4 {
white-space: normal;
text-overflow: initial;
}
.forum-stats {
padding-top:0px;
}
.category-item {
margin-bottom: 15px;
}
}