Skip to content

Commit b97d71d

Browse files
committed
refactor: enhance layout and styling on WelcomePage component for improved responsiveness and visual appeal
1 parent 07eedf3 commit b97d71d

File tree

2 files changed

+2520
-2520
lines changed

2 files changed

+2520
-2520
lines changed

docs/app/components/WelcomePage.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
22
<div class="flex h-full relative font-patrick overflow-hidden">
33
<div
4-
class="text-5xl h-full font-bold md:py-0 py-16 md:text-7xl text-primary-light-500 text-center w-1/2 items-center flex justify-center tracking-wider leading-loose uppercase relative z-10"
4+
class="text-5xl h-full font-bold md:py-0 py-16 md:text-7xl text-primary-light-500 text-center w-full md:w-1/2 items-center flex justify-center tracking-wider leading-loose uppercase relative z-10"
55
>
66
<div
7-
class="w-full md:w-1/2 flex items-end justify-end h-auto flex-col leading-loose"
7+
class="w-full flex items-end justify-end h-auto flex-col leading-loose"
88
>
9-
<div class="text-3xl h-[80vh] mb-8">
9+
<div class="text-4xl h-[80vh] mb-8">
1010
<div class=" h-1/2 mb-8">
1111
<NuxtImg
1212
src="/paper.svg"
@@ -20,7 +20,7 @@
2020
<a href="/docs/getting-started">
2121
<PUButton flavor="outlined">Get Started</PUButton>
2222
</a>
23-
<div class="">
23+
<div class="hidden md:block">
2424
<NuxtImg
2525
src="/arrow-up.svg"
2626
alt="arrow-up"

0 commit comments

Comments
 (0)