diff --git a/dist/style.css b/dist/style.css index a45ca2c..009fec9 100644 --- a/dist/style.css +++ b/dist/style.css @@ -33,8 +33,8 @@ body { ); & main { - inline-size: inherit; - block-size: inherit; + inline-size: 100%; + block-size: 100%; display: flex; justify-content: center; @@ -50,8 +50,8 @@ body { } & #typo { - inline-size: inherit; - block-size: inherit; + inline-size: 100%; + block-size: 100%; z-index: 2; opacity: 0; @@ -78,8 +78,8 @@ body { } & :is(#plant-left, #plant-right) { - inline-size: inherit; - block-size: inherit; + inline-size: 100%; + block-size: 100%; z-index: 1;