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