Improved category name for reading optimisation

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-09 17:27:24 +02:00
parent 4d8e0c4be7
commit 51442ee1dc
5 changed files with 34 additions and 29 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, .category {
.reading-optimised {
width: 550px;
margin-left: auto;
margin-right: auto;