diff --git a/src/routes/database/characters/+page.svelte b/src/routes/database/characters/+page.svelte
index bf842f39..93aaf74f 100644
--- a/src/routes/database/characters/+page.svelte
+++ b/src/routes/database/characters/+page.svelte
@@ -1,16 +1,17 @@
-
+
@@ -69,24 +69,9 @@
@use '$src/themes/spacing' as spacing;
@use '$src/themes/typography' as typography;
- .database-page {
+ .page {
padding: spacing.$unit-2x 0;
max-width: 1400px;
margin: 0 auto;
}
-
- .page-header {
- margin-bottom: spacing.$unit-2x;
-
- h1 {
- font-size: typography.$font-xxlarge;
- font-weight: typography.$bold;
- margin-bottom: spacing.$unit-half;
- }
-
- .subtitle {
- font-size: typography.$font-regular;
- color: colors.$grey-50;
- }
- }