aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-09-20 15:56:03 -0500
committerAlex Scerba <alex@scerba.org>2025-09-20 15:56:03 -0500
commit1376dd999ddd1fd247e73698655d53013f5ab008 (patch)
tree7f969ed9efb68d08fc71fe2bc4f25f5308454d18 /static/style.css
parentab11105ddb973e3cb29ee2fd200aabdd0091ee18 (diff)
Remove margin from top return
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 1f608ee..0bb4559 100644
--- a/static/style.css
+++ b/static/style.css
@@ -131,7 +131,7 @@ article {
box-shadow: 0 0 1em 0.4em rgb(224, 224, 224);
}
-#post > article, #intro, .entries, .return {
+#post > article, #intro, .entries, .lower-return {
margin-top: 1.75rem;
}