added pt for pages
This commit is contained in:
parent
88c1a2f935
commit
c9f5fea14f
|
|
@ -16,7 +16,7 @@ export default async function CalendarPage() {
|
|||
|
||||
const title = lang === "en" ? "Calendar of events" : "Календарь мероприятий";
|
||||
return (
|
||||
<div className="section-mb">
|
||||
<div className="section-mb pt-10">
|
||||
<div className="container flex flex-col items-start pt-5 gap-10 md:gap-12">
|
||||
<div>
|
||||
<div className="mb-[24px]">
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ export default async function ContactsPage() {
|
|||
const lang = cookies().get("lang")?.value;
|
||||
|
||||
return (
|
||||
<main className="bg-blueBg h-full w-full">
|
||||
<main className="bg-blueBg h-full w-full pt-12">
|
||||
<div className="container flex flex-col items-start">
|
||||
<div className="mt-5">
|
||||
<BreadCrumbs second={lang === "ru" ? "Контакты" : "Contacts"} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue