💄 Force App to use 100% of the shortest side

This commit is contained in:
2023-05-08 16:17:56 +02:00
parent 5692bc96d5
commit 0f1c16ab53
2 changed files with 31 additions and 5 deletions

View File

@@ -13,10 +13,8 @@
src: url(/public/fonts/IDFVoyageur-Medium.otf);
}
body {
html, body {
aspect-ratio: 16/9;
width: 100vw;
height: none;
margin: 0;