Skip to content

Commit 773b392

Browse files
committed
ACMW Intern applications update; fixed build errors
1 parent 30517dc commit 773b392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ export default function Home({ committee }: Props): JSX.Element {
7474
display: 'block',
7575
width: '95%',
7676
margin: '10px auto',
77-
backgroundColor: 'transparent',
77+
backgroundColor: 'transparent',
7878
color: '#56B7A0',
7979
textAlign: 'center',
8080
fontWeight: '600',
8181
fontSize: '1.2rem',
8282
padding: '12px 0',
83-
border: '3px solid #56B7A0',
84-
borderRadius: '20px',
83+
border: '3px solid #56B7A0',
84+
borderRadius: '20px',
8585
letterSpacing: '0.3px',
8686
textDecoration: 'none',
8787
}}

0 commit comments

Comments
 (0)