fix: 💄 limit max page content width

This commit is contained in:
Sebin Nyshkim 2025-06-28 18:48:06 +02:00
parent 6e77bf539b
commit eae81d6528
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
<style webc:scoped="page-content">
:host {
width: 100%;
max-width: 65ch;
background-color: var(--clr-box-background);
border: var(--border-thin) solid var(--clr-box-border);

View file

@ -29,6 +29,7 @@
gap: 0.75em;
width: 100%;
max-width: 65ch;
background-color: var(--clr-box-background);