summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-11-28 23:40:57 +0600
committerunwox <me@unwox.com>2024-11-28 23:40:57 +0600
commitdcf4e8af6819c95d9b85870cf5613bc2ad6d7ac2 (patch)
tree06d9b6ee594e541923c748cf37cc9393e2a51034 /static/style.css
parent7a4337537801d690881b1bf88601b52bf8ed8b82 (diff)
add staff/before-leaving page
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);