diff options
author | Alex Scerba <alex@scerba.org> | 2025-09-20 15:56:03 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-09-20 15:56:03 -0500 |
commit | 1376dd999ddd1fd247e73698655d53013f5ab008 (patch) | |
tree | 7f969ed9efb68d08fc71fe2bc4f25f5308454d18 | |
parent | ab11105ddb973e3cb29ee2fd200aabdd0091ee18 (diff) |
Remove margin from top return
-rw-r--r-- | static/style.css | 2 |
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;
}
|