Skip to content

Commit 294e267

Browse files
committed
: /
1 parent ca76f56 commit 294e267

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/App.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,11 @@
111111
</div>
112112
</section>
113113
<section id="items"
114-
class="my-box-shadow min-h-svh w-full overflow-hidden relative px-2 py-4 z-10 bg-blue-950/5 flex justify-start flex-col items-center">
115-
<div class="stars top-0"></div>
116-
<div class="stars top-1/3"></div>
117-
<div class="stars top-2/3"></div>
114+
class="my-box-shadow min-h-svh w-full overflow-hidden relative px-2 py-4 z-10 flex justify-start flex-col items-center">
118115
<h2 class="text-2xl sm:text-4xl montserrat-600 uppercase tracking-[1rem]">Plans:</h2>
119116
<div class="min-h-svh w-full lg:py-0 flex justify-center items-center">
120117
<div id="panels"
121-
class="flex min-h-[600svh] lg:min-h-[300svh] justify-start px-2 py-4 items-start w-full gap-10 flex-nowrap overflow-x-hidden relative">
118+
class="flex min-h-[600svh] justify-start px-2 py-4 items-start w-full gap-10 flex-nowrap overflow-x-hidden relative">
122119
<div class="w-full grow-0 shrink-0 basis-full flex justify-end items-center panel">
123120
<div
124121
class="border-gradient3 relative bg-white/5 transition-all duration-500 translate-y-0 hover:-translate-y-5 mt-5 gap-6 flex justify-center items-center flex-col w-full lg:w-[30vw] min-h-[60vh] lg:min-h-[50vh] py-5 px-3 sm:px-7">

0 commit comments

Comments
 (0)