diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss index 668e233..1d886ec 100644 --- a/themes/starter/source/assets/scss/modules/_chronicles.scss +++ b/themes/starter/source/assets/scss/modules/_chronicles.scss @@ -208,7 +208,7 @@ .post__preview:not(.wanted):not(.featured) { flex: 100% 0 0; - height: 220px; + height: 230px; } } @@ -218,7 +218,7 @@ } .post__preview:not(.wanted):not(.featured) { - height: 230px; + height: 240px; } .page-number { diff --git a/themes/starter/source/assets/scss/partials/_layout.scss b/themes/starter/source/assets/scss/partials/_layout.scss index 366a70c..84466cc 100644 --- a/themes/starter/source/assets/scss/partials/_layout.scss +++ b/themes/starter/source/assets/scss/partials/_layout.scss @@ -478,6 +478,10 @@ $list: (diaspora, $diaspora), line-height: 1.3; } + .section-hero > h3:last-child { + margin-right: 20%; + } + .contents { padding: 2em 8% 1.5em; }