added pt for page

This commit is contained in:
Batyr 2025-11-21 16:03:10 +05:00
parent c9f5fea14f
commit b76467e111
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default async function EventPage({
const data = await getEventPage(id, lang);
return (
<div className="flex flex-col container gap-20 pt-16 section-mb">
<div className="flex flex-col container gap-20 pt-32 section-mb">
<h1 className="md:text-[48px] text-[28px] text-ON_SURFACE leading-[115%] font-medium">
{data?.title ? data?.title : null}
</h1>