diff --git a/packages/theme/src/client/components/Home.vue b/packages/theme/src/client/components/Home.vue index 88d74ad6..3108145a 100644 --- a/packages/theme/src/client/components/Home.vue +++ b/packages/theme/src/client/components/Home.vue @@ -52,13 +52,7 @@ const actions = computed(() => {

{{ text }}

- +
@@ -88,6 +82,7 @@ const actions = computed(() => { .plume-home .content { padding: 0 2rem; + width: 100%; } .plume-home .content .hero-name { @@ -96,6 +91,7 @@ const actions = computed(() => { line-height: 1; color: var(--vp-c-text-hero-name); } + .plume-home .content .hero-tagline { display: flex; align-items: center; @@ -131,6 +127,7 @@ const actions = computed(() => { max-width: 768px; padding-top: 8rem; } + .plume-home .content .hero-name { font-size: 100px; }