diff options
| author | user@node5.net <user@node5.net> | 2025-04-19 14:20:14 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-04-19 14:20:14 +0200 |
| commit | bc91e77951dbb5e6cbb4fda2c2ea7980a9198226 (patch) | |
| tree | 7691ade00da99ed401a5c7fd88938f8af8b1705c /src/static/main.css | |
| parent | af6961280bba6f72058f066078135318a91281ab (diff) | |
Style - Img container min height ensure zoom space
Especially needed for ultrawides on vertical phone layout
Diffstat (limited to 'src/static/main.css')
| -rw-r--r-- | src/static/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/main.css b/src/static/main.css index a5f8270..182a69e 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -67,6 +67,7 @@ html, body { display: flex; align-items: center; justify-content: center; + min-height: 40vh; } h1 { |
