Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/layout/sections/landing-hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function LandingHeroSection() {
</video>
<div className="relative z-[15] flex flex-col items-center md:justify-center text-center md:px-6">
<div className="flex flex-col items-center bg-[#02060D1F] rounded-xl p-12 backdrop-blur">
<h1 className="text-3xl md:text-6xl md:leading-[100%] font-extrabold text-[#F3F5FF] md:max-w-[280px]">
<h1 className="text-3xl md:text-6xl md:leading-[100%] font-extrabold text-[#F3F5FF]">
Your Tokens Your <span className="text-[#1D8CF4]">Rules</span>
</h1>
<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">
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function RootLayout({
return (
<html lang="en">
<StarknetProvider>
<body className="relative w-[100vw] overflow-y-hidden bg-[#02060D]">
<body className="relative w-[100vw] h-fit overflow-x-hidden bg-[#02060D]">
<Navbar />
<main className="relative h-full">{children}</main>
<Footer />
Expand Down