aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-12 22:12:27 -0500
committerThedro Neely <thedroneely@gmail.com>2021-03-12 22:12:27 -0500
commit7bf900b84c38f125d96a3aa63f8f3709b48c67a2 (patch)
tree4cd81503c7cec129dd1be8baddb67506eda3acd7 /public
parent17636fcd0897040c5e56a81a3048dfeda2420df7 (diff)
downloadthedroneely.com-7bf900b84c38f125d96a3aa63f8f3709b48c67a2.tar.gz
thedroneely.com-7bf900b84c38f125d96a3aa63f8f3709b48c67a2.tar.bz2
thedroneely.com-7bf900b84c38f125d96a3aa63f8f3709b48c67a2.zip
generators/hugo/layouts/_default/archive: Simplify implementation
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 9e35ea7..88fe6e0 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3985,6 +3985,7 @@ ul.article__list { line-height: 2.5; }
.article__list a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.article__list__date { padding-right: 1rem; text-transform: uppercase; }
.article__list a, h1.article__list { padding: 0 0.5rem; }
+h1.article__list:not(:first-child) { margin-top: 1.5rem; }
.article__heading__anchor { border-bottom: none; }
.webring li { padding-top: 1em; }