diff --git a/src/App.vue b/src/App.vue index d4a7911..4804479 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,15 +15,17 @@
-

- + - Use only with lawfully obtained archival copies of PS4 games you physically own. + +

Use only with lawfully obtained archival copies of PS4 games you physically own.
-

+
@@ -54,7 +56,7 @@ .columns { display: flex; flex-flow: row wrap; - justify-content: flex-end; + justify-content: center; align-items: stretch; } diff --git a/src/assets/text-styles.css b/src/assets/text-styles.css index ab9f866..68e95b3 100644 --- a/src/assets/text-styles.css +++ b/src/assets/text-styles.css @@ -1,10 +1,23 @@ .body-text { font-family: v-sans; + font-size: 12pt; +} + +.card-header { + font-family: v-sans; + font-weight: bold; font-size: 14pt; - } +} + +h2 { + font-family: v-sans; + font-size: 18pt; + word-wrap: break-word; +} - h1 { +h1 { font-family: v-sans; font-size: 30pt; font-weight: bold; - } \ No newline at end of file + word-wrap: break-word; +} \ No newline at end of file