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 { .wrapper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 80ch; width: 90ch;
min-height: calc(100vh - 1rem); min-height: calc(100vh - 1rem);
border: 2px solid white; border: 2px solid white;
background: rgba(29, 31, 33, 0.95); background: rgba(29, 31, 33, 0.95);