Skip to content

Commit 7888919

Browse files
fix: style bug
1 parent 1913db3 commit 7888919

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/layout/sections/landing-hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function LandingHeroSection() {
2929
</video>
3030
<div className="relative z-[15] flex flex-col items-center md:justify-center text-center md:px-6">
3131
<div className="flex flex-col items-center bg-[#02060D1F] rounded-xl p-12 backdrop-blur">
32-
<h1 className="text-3xl md:text-6xl md:leading-[100%] font-extrabold text-[#F3F5FF] md:max-w-[280px]">
32+
<h1 className="text-3xl md:text-6xl md:leading-[100%] font-extrabold text-[#F3F5FF]">
3333
Your Tokens Your <span className="text-[#1D8CF4]">Rules</span>
3434
</h1>
3535
<p className="mt-2 mb-6 md:mb-12 text-sm md:text-lg md:leading-[22px] text-[#DCDFE1] max-w-[280px] md:max-w-full">

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function RootLayout({
4747
return (
4848
<html lang="en">
4949
<StarknetProvider>
50-
<body className="relative w-[100vw] overflow-y-hidden bg-[#02060D]">
50+
<body className="relative w-[100vw] h-fit overflow-x-hidden bg-[#02060D]">
5151
<Navbar />
5252
<main className="relative h-full">{children}</main>
5353
<Footer />

0 commit comments

Comments
 (0)