diff options
author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:46:02 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:46:02 -0500 |
commit | 47e0e869942c224c1d96d8c42730511ae0649870 (patch) | |
tree | 3dc982137660e2dd1a00ef9c4bc80948d7887d9f /static/style.css | |
parent | 180fbab1ea748da1fa21f95e7a1ade194f5289cd (diff) |
Add stack margin class for easier styling
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
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;
}
|