chore: minor improvements
This commit is contained in:
@@ -37,7 +37,7 @@ export function Cases({ data }: CasesProps) {
|
||||
return (
|
||||
<section className="py-4 bg-white">
|
||||
<div className="max-w-400 mx-auto px-6 xl:px-12 2xl:px-16">
|
||||
<div className="max-w-3xl mb-16">
|
||||
<div className="mb-16">
|
||||
<p className="text-sm uppercase tracking-wider text-gray-500 mb-4">Кейсы</p>
|
||||
{title ? <h2 className="text-4xl lg:text-5xl text-gray-900 mb-6">{title}</h2> : null}
|
||||
{description ? <p className="text-xl text-gray-600">{description}</p> : null}
|
||||
|
||||
Reference in New Issue
Block a user