diff --git a/app.vue b/app.vue index 605cfba..bb021a5 100644 --- a/app.vue +++ b/app.vue @@ -2,15 +2,7 @@
-
-
- -
- Main content -
-
-
-
+
@@ -19,33 +11,3 @@ - - diff --git a/assets/images/profile-picture.png b/assets/images/profile-picture.png new file mode 100644 index 0000000..7366d6a Binary files /dev/null and b/assets/images/profile-picture.png differ diff --git a/assets/scss/global.scss b/assets/scss/global.scss index 2202672..fe0a24d 100644 --- a/assets/scss/global.scss +++ b/assets/scss/global.scss @@ -1,3 +1,3 @@ html, body { - @apply bg-zinc-800 text-zinc-100; + @apply bg-zinc-900 text-zinc-100; } diff --git a/components/Button.vue b/components/Button.vue new file mode 100644 index 0000000..f7c7e9e --- /dev/null +++ b/components/Button.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/components/HeroBanner.vue b/components/HeroBanner.vue new file mode 100644 index 0000000..2f8b196 --- /dev/null +++ b/components/HeroBanner.vue @@ -0,0 +1,66 @@ + + + diff --git a/components/Nav.vue b/components/Nav.vue index bb5f576..ef28466 100644 --- a/components/Nav.vue +++ b/components/Nav.vue @@ -21,7 +21,7 @@ @apply lg:flex-row; @media (min-width: theme('screens.lg')) { - margin-top: (1 / 16) * -1rem; + margin-top: -0.0625rem; } &-title { diff --git a/components/PageContainer.vue b/components/PageContainer.vue index 3aa0be8..d0bdc7a 100644 --- a/components/PageContainer.vue +++ b/components/PageContainer.vue @@ -7,5 +7,6 @@ diff --git a/components/PageHeader.vue b/components/PageHeader.vue index 4d163b9..4fb525e 100644 --- a/components/PageHeader.vue +++ b/components/PageHeader.vue @@ -42,6 +42,7 @@ &.open { @apply h-full; + @apply lg:h-12; } &-title {