Skip to content

Commit db8d434

Browse files
committed
fix: fixed design issues
1 parent 9ea2dd9 commit db8d434

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/sigs/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ const sigsData = [
1111

1212
export default function Sigs() {
1313
return (
14-
<main className="relative flex flex-col justify-center mt-28">
14+
<main className="relative flex flex-col justify-center mt-28 2xl:mt-60">
1515
<div>
1616
<p className="text-primary text-[32px] md:text-[70px] leading-9 md:leading-none font-black text-center">
1717
SPECIAL <br />
1818
<span className="text-white">INTEREST GROUPS</span>
1919
</p>
2020

21-
<p className="text-white text-xs md:text-xl text-center mt-4 mx-auto w-[85%] 2xl:w-[55%]">
21+
<p className="text-white text-xs md:text-xl text-center mt-4 2xl:my-14 mx-auto w-[80%] 2xl:w-[55%]">
2222
DurianPy&rsquo;s{' '}
2323
<span className="text-primary font-bold">
2424
Special Interest Groups

0 commit comments

Comments
 (0)