mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Changes to the headings
This commit is contained in:
@@ -8,7 +8,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const Container: FC<Props> = ({ children, className, el = 'div' }) => {
|
||||
const rootClassName = cn('mx-auto max-w-7xl px-6 md:px-12', className)
|
||||
const rootClassName = cn('mx-auto max-w-7xl px-3 md:px-6', className)
|
||||
|
||||
let Component: React.ComponentType<React.HTMLAttributes<
|
||||
HTMLDivElement
|
||||
|
@@ -23,7 +23,6 @@
|
||||
@apply gap-3;
|
||||
|
||||
& > * {
|
||||
font-size: 1.5rem;
|
||||
min-height: 325px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user