diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/style/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 14ddd97..7cc0e6f 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -20,7 +20,7 @@ :root { --card-size: min(50vw, 17em); --bar-height: 5em; - --port-poster-aspect: 1.41; + --port-poster-aspect: calc(1 / 1.41); --land-poster-aspect: calc(2 / 1.41); --land-thumb-aspect: calc(16 / 9); --backdrop-height: 24em; |