diff --git a/app.vue b/app.vue index ef6da57..f4b9fe0 100644 --- a/app.vue +++ b/app.vue @@ -3,24 +3,19 @@ diff --git a/assets/app.css b/assets/app.css index ee5c876..bd36a30 100644 --- a/assets/app.css +++ b/assets/app.css @@ -44,5 +44,13 @@ a[primary-sublink].active { } h1 { + @apply text-2xl; +} + +h2 { @apply text-xl; } + +h3 { + @apply text-lg; +} diff --git a/components/CollectionDetail.vue b/components/CollectionDetail.vue index 8f57f1b..0183316 100644 --- a/components/CollectionDetail.vue +++ b/components/CollectionDetail.vue @@ -1,7 +1,7 @@