aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-08-27 01:49:05 -0400
committerThedro Neely <thedroneely@gmail.com>2021-08-27 01:50:09 -0400
commitacda1de05ea39547a39e1ffba606501f83103003 (patch)
treeb2d732c686dc785a055312de28c4fecf43f5d949
parent143b8796b616e95563d049c91b3989126c7be4c4 (diff)
downloadthedroneely.com-acda1de05ea39547a39e1ffba606501f83103003.tar.gz
thedroneely.com-acda1de05ea39547a39e1ffba606501f83103003.tar.bz2
thedroneely.com-acda1de05ea39547a39e1ffba606501f83103003.zip
generators/hugo/layouts/abstracts/section: Center align list vertically
-rw-r--r--generators/hugo/themes/tdro/layouts/abstracts/section.html2
-rw-r--r--public/css/tdro.css1
2 files changed, 2 insertions, 1 deletions
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 }} <a href="{{ partial "archive-link.html" . }}">here.</a>
</span>
<recent-article>
- <div class="tile is-ancestor has-text-centered">
+ <div class="abstract tile is-ancestor has-text-centered">
{{ 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); }