diff options
| author | Nat Lasseter <user@4574.co.uk> | 2025-10-04 21:06:49 +0100 |
|---|---|---|
| committer | Nat Lasseter <user@4574.co.uk> | 2025-10-04 21:06:49 +0100 |
| commit | 14d9e0d018f96efc246e141b66e012a7d89509d4 (patch) | |
| tree | 279b9be1df3b36178707cd311da1245bbf0e4e45 /static | |
| parent | 460d4ebf14b071caca9579a03924085717e22de6 (diff) | |
try flex
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 91be7ce..b4e5f7c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,8 +30,13 @@ div { padding: 1em; } -div.bottle { - float: left; +div#shelf { + display: flex; +} + +img.bottle { + max-width: 250px; + max-height: 400px; } ul.toplinks { |
