We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30517dc commit 773b392Copy full SHA for 773b392
pages/index.tsx
@@ -74,14 +74,14 @@ export default function Home({ committee }: Props): JSX.Element {
74
display: 'block',
75
width: '95%',
76
margin: '10px auto',
77
- backgroundColor: 'transparent',
+ backgroundColor: 'transparent',
78
color: '#56B7A0',
79
textAlign: 'center',
80
fontWeight: '600',
81
fontSize: '1.2rem',
82
padding: '12px 0',
83
- border: '3px solid #56B7A0',
84
- borderRadius: '20px',
+ border: '3px solid #56B7A0',
+ borderRadius: '20px',
85
letterSpacing: '0.3px',
86
textDecoration: 'none',
87
}}
0 commit comments