upd
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user