aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {