summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-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 {