_sass/centos/_main.scss in jekyll-theme-centos-0.5.12 vs _sass/centos/_main.scss in jekyll-theme-centos-0.6.0

- old
+ new

@@ -25,10 +25,11 @@ width: auto; height: 50px; } } &__planet, &__news-and-events { + a { font-weight: bold; } @include link-list; } } } @@ -175,19 +176,18 @@ &__item { @extend .card; border: none; padding: 15px; text-align: left; - &__image { - img { - width: auto; - height: 50px; - } + img { + width: auto; + height: 50px; } &__body { - &__title { + &_title { + display: none; } - &__description { + &_description { } } } } }