Skip to content

Commit ec0fa54

Browse files
author
babin
committed
main 🧊 styles for hooks sections changes
1 parent 20f68bd commit ec0fa54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎packages/docs/app/.vitepress/sections/HomeHooks/HomeHooks.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ const filteredHooks = computed(() =>
2727
<div
2828
class="py-8! px-3! mt-10 h-[315px] overflow-hidden rounded-lg bg-[var(--vp-c-bg-soft)] md:px-6"
2929
>
30-
<div class="flex flex-col items-start justify-between gap-4 md:flex-row md:items-center">
30+
<div
31+
class="flex flex-col items-start justify-between gap-4 md:flex-row md:items-center md:px-6"
32+
>
3133
<div class="text-center text-4xl font-bold xl:text-6xl">The hooks you need</div>
3234

3335
<div

0 commit comments

Comments
 (0)