From 4ae764ad14882af906f14beaa75d240b4acd3f29 Mon Sep 17 00:00:00 2001 From: delvignefred Date: Sun, 15 Sep 2024 04:31:41 +0200 Subject: [PATCH] correction --- dist/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;