aboutsummaryrefslogtreecommitdiff
path: root/public
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 /public
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
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css1
1 files changed, 1 insertions, 0 deletions
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); }