feat: increase max width a little

This commit is contained in:
Devin Haska 2025-04-04 14:25:45 -07:00
parent 517e835916
commit 466183dcdc

View file

@ -7,7 +7,7 @@
.wrapper {
container-type: inline-size;
width: 90vw;
width: clamp(16rem, 90vw, 65ch);
width: clamp(16rem, 90vw, 80ch);
margin-left: auto;
margin-right: auto;
padding-left: 0.5rem;