From acda1de05ea39547a39e1ffba606501f83103003 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 27 Aug 2021 01:49:05 -0400 Subject: generators/hugo/layouts/abstracts/section: Center align list vertically --- generators/hugo/themes/tdro/layouts/abstracts/section.html | 2 +- public/css/tdro.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/generators/hugo/themes/tdro/layouts/abstracts/section.html b/generators/hugo/themes/tdro/layouts/abstracts/section.html index ce1ed6e..bdd4c8d 100644 --- a/generators/hugo/themes/tdro/layouts/abstracts/section.html +++ b/generators/hugo/themes/tdro/layouts/abstracts/section.html @@ -9,7 +9,7 @@ See an archive of all {{ .Type }} here. -
+
{{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }} {{ .Render "summary" }} {{ end }} diff --git a/public/css/tdro.css b/public/css/tdro.css index 9a37a10..ae15f59 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -3799,6 +3799,7 @@ ol li:before { figure a, .navbar-item, .webring a, .article__more__content a, .front__more, .is-mobile .has-text-centered > a, .article__list li a, ol li > a, .tableofcontents li a, .resume__label, .resume__container a, .isso-comment-footer a, .abstract.tile > a { border-bottom: none !important; } +.abstract.tile.is-ancestor { margin-top: 2rem; } .image__thumbnail { max-height: 222px; } .medium-zoom-overlay { background-color: #fff; background-color: rgba(255, 255, 255, .9); } -- cgit v1.2.3