diff --git a/assets/app.css b/assets/app.css index 73ade63..ee5c876 100644 --- a/assets/app.css +++ b/assets/app.css @@ -42,3 +42,7 @@ a[primary-sublink].active { [darkgray] { @apply bg-darkgray text-white; } + +h1 { + @apply text-xl; +} diff --git a/components/CollectionDetail.vue b/components/CollectionDetail.vue index a609ccf..84e8760 100644 --- a/components/CollectionDetail.vue +++ b/components/CollectionDetail.vue @@ -1,17 +1,56 @@ diff --git a/components/field/Text.vue b/components/field/Text.vue new file mode 100644 index 0000000..de5bb3c --- /dev/null +++ b/components/field/Text.vue @@ -0,0 +1,21 @@ + + + diff --git a/components/field/Type.vue b/components/field/Type.vue new file mode 100644 index 0000000..d4f011b --- /dev/null +++ b/components/field/Type.vue @@ -0,0 +1,15 @@ + + + diff --git a/components/shared/Hero.vue b/components/shared/Hero.vue index 1920ede..68fd67b 100644 --- a/components/shared/Hero.vue +++ b/components/shared/Hero.vue @@ -1,7 +1,6 @@