fix: 💄 limit max page content width
This commit is contained in:
parent
6e77bf539b
commit
eae81d6528
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
<style webc:scoped="page-content">
|
<style webc:scoped="page-content">
|
||||||
:host {
|
:host {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 65ch;
|
||||||
|
|
||||||
background-color: var(--clr-box-background);
|
background-color: var(--clr-box-background);
|
||||||
border: var(--border-thin) solid var(--clr-box-border);
|
border: var(--border-thin) solid var(--clr-box-border);
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
gap: 0.75em;
|
gap: 0.75em;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 65ch;
|
||||||
|
|
||||||
background-color: var(--clr-box-background);
|
background-color: var(--clr-box-background);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue