mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-27 02:15:40 +00:00
chore: update layouts wrapper width
This commit is contained in:
parent
e3dd5dae1e
commit
e3c7a91a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue