Skip to content

Commit

Permalink
Merge pull request #4 from BuidlerDAO/hujie2
Browse files Browse the repository at this point in the history
feat: 修复字体问题
  • Loading branch information
hujie123456 authored Aug 21, 2024
2 parents ebd40c1 + c15cbb6 commit 74dad3b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,7 @@ export default function Home() {

<section className="flex flex-col md:flex-row w-full" id="about">
<div className="mt-9 px-5 md:hidden">
<div
className="flex relative text-[34px] md:text-[48px] font-semibold"
style={{ fontFamily: "ClashDisplay, sans-serif" }}
>
<div className="flex relative text-[34px] md:text-[48px] font-semibold">
<span>Our Mission</span>
<div className="absolute left-[8px] bottom-[12px] -z-[1] w-[244px] h-[10px] bg-[#CFF285] rounded-lg"></div>
</div>
Expand Down Expand Up @@ -385,10 +382,7 @@ export default function Home() {
</div>
<div className="flex-1 hidden md:block">
<div className="flex flex-col items-start md:w-[602px] " style={{ marginLeft: "calc((100vw - 1200px) / 2)" }}>
<div
className="flex justify-center relative text-[48px] font-semibold mt-[60px]"
style={{ fontFamily: "ClashDisplay, sans-serif" }}
>
<div className="flex justify-center relative text-[48px] font-semibold mt-[60px]">
<span>Our Mission</span>
<div className="absolute left-[8px] bottom-[12px] -z-[1] w-[310px] h-[10px] bg-[#CFF285] rounded-lg"></div>
</div>
Expand Down

0 comments on commit 74dad3b

Please sign in to comment.