diff options
| author | unwox <me@unwox.com> | 2024-11-28 23:40:57 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-11-28 23:40:57 +0600 |
| commit | dcf4e8af6819c95d9b85870cf5613bc2ad6d7ac2 (patch) | |
| tree | 06d9b6ee594e541923c748cf37cc9393e2a51034 /static/style.css | |
| parent | 7a4337537801d690881b1bf88601b52bf8ed8b82 (diff) | |
add staff/before-leaving page
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
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); |
