Skip to content

Commit 6b92559

Browse files
committed
fix: adjust padding
1 parent da8bdcd commit 6b92559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/shell.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type * as React from "react";
33

44
import { cn } from "@/lib/utils";
55

6-
const shellVariants = cva("grid my-6 items-center px-2", {
6+
const shellVariants = cva("grid my-6 items-center px-4 lg:px-6", {
77
variants: {
88
variant: {
99
default: "container",

0 commit comments

Comments
 (0)