Apply legibility improvement to categories as well

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-09 17:24:04 +02:00
parent 122fe75513
commit 4d8e0c4be7
2 changed files with 20 additions and 18 deletions

View File

@ -125,7 +125,7 @@ ul.list-unstyled li {
// limit width of article to optimise reading experience
@include media-breakpoint-up(md) {
article, .index {
article, .index, .category {
width: 550px;
margin-left: auto;
margin-right: auto;