diff options
| author | demo <demo@antix1> | 2026-05-07 16:11:31 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-07 16:11:31 -0400 |
| commit | c2421cb225e7976cb406cb20ae87c7c9c1c8f43b (patch) | |
| tree | 03142fd3991fea508be12278fc27e20fcec916c7 /views/static | |
| parent | 526ae6edc7675ccab41f7b854cc277088f02e0ab (diff) | |
feat: format options-links as a column of entries
Diffstat (limited to 'views/static')
| -rw-r--r-- | views/static/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/static/style.css b/views/static/style.css index ec71292..44caf6a 100644 --- a/views/static/style.css +++ b/views/static/style.css @@ -1,3 +1,4 @@ -a { - color: red; +.options { + display: flex; + flex-direction: column;xp } |
