refactor: ♻️ migrate character page layout to css grid

This commit is contained in:
Sebin Nyshkim 2025-04-07 03:45:14 +02:00
parent bc27ccb1d2
commit bda440fcbb
3 changed files with 24 additions and 10 deletions

View file

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