summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index c55407f..20b80a8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -47,6 +47,11 @@ h1 {
font-size: 1.25rem;
}
+.form-row {
+ display: block;
+ margin: 0.5rem 0;
+}
+
.gallery {
display: grid;
grid-template-columns: repeat(9, 1fr);