Skip to content

Commit

Permalink
style: πŸ’„ γ‚Ήγƒγƒ³γ‚΅γƒΌε‹Ÿι›†γ‚»γ‚―γ‚·γƒ§γƒ³γ‚’θͺΏζ•΄
Browse files Browse the repository at this point in the history
  • Loading branch information
masayaO committed Nov 26, 2024
1 parent 3cfcfaa commit c75fc03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/EventCountdownBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { GridBackground } from "./GridBackground";

export function EventCountdownBanner() {
return (
<div className="w-full h-[674px] lg:h-[850px] relative flex flex-col items-center text-center">
<div className="w-full h-[674px] lg:h-[790px] relative flex flex-col items-center text-center">
<GridBackground />

<img
Expand Down
6 changes: 4 additions & 2 deletions src/components/SeekingSponsorsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import Link from "next/link";

export function SeekingSponsorsSection() {
return (
<div className="w-full flex flex-col items-center gap-8 px-8 pb-16">
<h2 className="text-3xl font-bold text-center">γ‚Ήγƒγƒ³γ‚΅γƒΌε‹Ÿι›†ι–‹ε§‹</h2>
<div className="w-full flex flex-col items-center gap-8 px-8 pt-10 pb-16">
<h2 className="text-[32px] lg:text-4xl leading-[48px] tracking-[-1.2%] font-bold text-center">
γ‚Ήγƒγƒ³γ‚΅γƒΌε‹Ÿι›†ι–‹ε§‹
</h2>
<div>
<p>
一緒にTypeScriptγ‚³γƒŸγƒ₯γƒ‹γƒ†γ‚£γ‚’η››γ‚ŠδΈŠγ’γ¦γ„γŸγ γ‘γ‚‹γ‚Ήγƒγƒ³γ‚΅γƒΌδΌζ₯­γ‚’ε‹Ÿι›†γ„γŸγ—γΎγ™γ€‚
Expand Down

0 comments on commit c75fc03

Please sign in to comment.