aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-09-18 10:46:02 -0500
committerAlex Scerba <alex@scerba.org>2025-09-18 10:46:02 -0500
commit47e0e869942c224c1d96d8c42730511ae0649870 (patch)
tree3dc982137660e2dd1a00ef9c4bc80948d7887d9f /static
parent180fbab1ea748da1fa21f95e7a1ade194f5289cd (diff)
Add stack margin class for easier styling
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 8bdbecc..4cfdf6b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -98,6 +98,10 @@ article {
margin-top: 1.75rem;
}
+.stack-margin {
+ margin-top: 1.75rem;
+}
+
.entries a {
text-decoration: none;
}