Skip to content

Commit

Permalink
fix:title style
Browse files Browse the repository at this point in the history
  • Loading branch information
karlavasquez8 committed Apr 15, 2024
1 parent 96ee21a commit 3adf4d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Home: NextPage = () => {
<div>
<div className="w-full flex items-center justify-center flex-col bg-landing gap-10 bg-base-100 text-primary sm:gap-3 ">
<div className="w-full flex flex-col items-center gap-10 sm:gap-5">
<div className="w-full flex items-center justify-center flex-col gap-10 sm:px-[20px] sm:gap-5 sm:text-[12px]">
<div className="w-full flex items-center justify-center flex-col gap-10 sm:px-[20px] sm:gap-5 sm:text-[12px] max-w-[600px] ">
<Image
src={"/Starknet-icon.svg"}
alt={"icon starknet"}
Expand All @@ -21,7 +21,7 @@ const Home: NextPage = () => {
<span className="text-center">
Learn how to build on Starknet; the superpowers and the gotchas.
</span>
<h1 className="text-7xl font-black text-center max-w-[500px] font-['Genos'] sm:text-6xl">
<h1 className="text-8xl font-black text-center sm:text-6xl font-['system-ui']">
SPEEDRUN STARKNET
</h1>
</div>
Expand Down Expand Up @@ -66,8 +66,8 @@ const Home: NextPage = () => {
<div className=" bg-ft-join flex justify-center bg-secondary-content text-secondary sm:h-[350px]">
<div className="w-full px-[20px] flex justify-center">
<div className="max-w-[1280px] flex justify-around flex-col w-full border-l-[5px] border-base-300 sm:justify-start sm:items-center sm:border-l-[3px] lg:border-l-[3px] pt-[20px]">
<div className="bg-banner-join flex justify-center h-[130px] w-full text-secondary font-black text-6xl items-center sm:text-3xl sm:h-[80px]">
<span className="font-['Genos'] font-black">
<div className="bg-banner-join flex justify-center h-[130px] w-full text-secondary font-black text-7xl items-center sm:text-3xl sm:h-[80px]">
<span className="font-black font-['system-ui']">
JOiN BUiLDGUiLD
</span>
</div>
Expand Down
Binary file added packages/nextjs/public/JOiN BUiLDGUiLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/nextjs/public/speedrunStarknet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/nextjs/public/speedrunStarknet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions packages/nextjs/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ p {
}
.footer-header-landing {
background-image: url("/footer-main-landing.png");
background-size: auto 130px;
background-size: contain;
background-repeat: repeat-x;
background-position: bottom;
width: 100%;
height: 130px;
}
Expand Down

0 comments on commit 3adf4d6

Please sign in to comment.