Skip to content

Commit f44c0a9

Browse files
committed
chore: adjust section scroll mt
1 parent f4c0ceb commit f44c0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { cva, type VariantProps } from "class-variance-authority"
44
import { cn } from "@/lib/utils/cn"
55

66
// TODO: Add to design system
7-
const variants = cva("w-full scroll-mt-20", {
7+
const variants = cva("w-full scroll-mt-24", {
88
variants: {
99
variant: {
1010
responsiveFlex: "flex flex-col gap-8 md:flex-row lg:gap-16",

0 commit comments

Comments
 (0)