aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-12-13 23:53:29 -0600
committerAlex Scerba <alex@scerba.org>2025-12-13 23:53:29 -0600
commitb5f878e32f345b140eddf56bd1a3d5edb64b298a (patch)
treea81b23a9c0e0d1ce31d0c371eb299050def2715d /static
parent105c40eba342e18dac1f0edf2f740a60695c28eb (diff)
Add margin to gallery imagesHEADmasterdevelop
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 0bb4559..412fa13 100644
--- a/static/style.css
+++ b/static/style.css
@@ -450,7 +450,11 @@ blockquote {
grid-template-columns: repeat(4, 1fr);*/
margin-top: 1.75rem;
column-count: 3;
- column-gap: 0;
+ column-gap: 1rem;
+}
+
+.gallery > img {
+ margin-bottom: 1rem;
}
@media screen and (max-width: 45rem) {