Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
delvignefred committed Sep 15, 2024
1 parent 8df1226 commit 4ae764a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ body {
);

& main {
inline-size: inherit;
block-size: inherit;
inline-size: 100%;
block-size: 100%;

display: flex;
justify-content: center;
Expand All @@ -50,8 +50,8 @@ body {
}

& #typo {
inline-size: inherit;
block-size: inherit;
inline-size: 100%;
block-size: 100%;

z-index: 2;
opacity: 0;
Expand All @@ -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;

Expand Down

0 comments on commit 4ae764a

Please sign in to comment.