This commit is contained in:
2025-11-12 12:02:11 +05:00
parent 38e41627a4
commit e48a092bfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default function AboutSectionHeading({
}: AboutSectionHeadingProps) {
return (
<div className="">
<div className="pt-[0.556vw] pr-[17.847vw] pb-[4.694vw] w-max float-left">
<div className="pt-[0.556vw] pr-[14.722vw] pb-[4.694vw] w-max float-left web-caption text-[#A7A08E]">
{title}
</div>
<p className="web-h2">{description}</p>
+1 -1
View File
@@ -5,7 +5,7 @@ function DefaultLayout() {
return (
<div className="min-h-dvh bg-[#c1c1c1]">
<NavMenu />
<main className="2xl:px-[2.778vw] md:max-2xl:px-6 px-4">
<main>
<Outlet />
</main>
</div>