diff options
| author | Alex Scerba <alex@scerba.org> | 2025-12-13 23:53:29 -0600 |
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-12-13 23:53:29 -0600 |
| commit | b5f878e32f345b140eddf56bd1a3d5edb64b298a (patch) | |
| tree | a81b23a9c0e0d1ce31d0c371eb299050def2715d | |
| parent | 105c40eba342e18dac1f0edf2f740a60695c28eb (diff) | |
| -rw-r--r-- | static/style.css | 6 |
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) {
|
