diff --git a/assets/variables.scss b/assets/variables.scss
index a5b23c2..cd04bee 100644
--- a/assets/variables.scss
+++ b/assets/variables.scss
@@ -33,6 +33,12 @@ p a {
}
}
+.page-content {
+ max-width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
.v-overlay__scrim {
background: rgb(var(--v-theme-background)) !important;
opacity: 0.9 !important;
diff --git a/pages/bio.vue b/pages/bio.vue
index 5de95d3..fa92e7c 100644
--- a/pages/bio.vue
+++ b/pages/bio.vue
@@ -1,61 +1,63 @@
-
-
-
- {{ $t('bioTitle') }}
-
-
-
-
-
-
- MMORPG
-
-
- HTL
-
-
- {{ $t('bi') }}
-
-
- {{ yearsOfExp }}
-
-
-
- {{ $t('bioSubtitle') }}
-
-
-
-
-
- {{ $t(set.title) }}
-
-
-
-
-
-
-
-
-
-
- {{ value.title }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{ $t('bioTitle') }}
+
+
+
+
+
+
+ MMORPG
+
+
+ HTL
+
+
+ {{ $t('bi') }}
+
+
+ {{ yearsOfExp }}
+
+
+
+ {{ $t('bioSubtitle') }}
+
+
+
+
+
+ {{ $t(set.title) }}
+
+
+
+
+
+
+
+
+
+
+ {{ value.title }}
+
+
+
+
+
+
+
+
+
+