chore: update layouts wrapper width

This commit is contained in:
JasterV 2025-06-05 20:27:55 +02:00
commit e3c7a91a95

View file

@ -65,7 +65,7 @@ const backgroundImageUrl = `url('${optimizedBgImage.src}')`;
.wrapper {
display: flex;
flex-direction: column;
width: 80ch;
width: 90ch;
min-height: calc(100vh - 1rem);
border: 2px solid white;
background: rgba(29, 31, 33, 0.95);