Skip to content

Commit 42f0457

Browse files
committed
ajuster la largeur du contenu à 50vw dans global.css
1 parent 8ab4d4f commit 42f0457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ img {
3434
}
3535

3636
:root {
37-
--sl-content-width: 80rem;
38-
}
37+
--sl-content-width: calc(50vw);
38+
}

0 commit comments

Comments
 (0)