summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-17 04:00:14 +0200
committerMarin Ivanov <[email protected]>2026-01-17 04:00:14 +0200
commit1badf78521fcf524e5569859202bf6fd949be0f9 (patch)
treeae74cd79c93ae01ae5c2e7a09b556f0c71cab215
parentfb73cfa8ef429df9e43433477b2d85ec0bc92271 (diff)
wrap image preview on lower resolutions
-rw-r--r--template.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/template.html b/template.html
index c7a0649..16234d0 100644
--- a/template.html
+++ b/template.html
@@ -49,6 +49,7 @@
.flex {
display: flex;
+ flex-flow: row wrap;
}
.flex-1 {
@@ -126,6 +127,7 @@
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 1rem;
+ margin: 0.5rem;
}
#preview-container h2 {