refactor: ♻️ assign grid-areas inside component classes

This commit is contained in:
Sebin Nyshkim 2025-07-07 16:18:44 +02:00
parent 291efe0924
commit 36ece6984d
3 changed files with 4 additions and 8 deletions

View file

@ -6,6 +6,8 @@
<style webc:scoped="page-content">
:host {
grid-area: content;
width: 100%;
max-width: 65ch;