Skip to content

Commit

Permalink
fix some css
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightTheBackpack committed Dec 3, 2024
1 parent 719fbc7 commit 8eb1109
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function Home() {
return (
<Grid gap = {0} sx={{
backgroundImage: 'linear-gradient(to bottom, #25A8FF, #DCF1FF)',

}}>

<Box
Expand Down Expand Up @@ -294,33 +293,41 @@ export default function Home() {
<Heading as = "h3" sx={{
textAlign: 'left',
fontFamily: 'var(--font-inter)',
flexDirection: 'column',
display: 'flex',
fontWeight: 900,
margin: '4vh',
}}>
Requirements:
</Heading>
<Text sx={{
<Heading sx={{
textAlign: 'left',
fontFamily: 'var(--font-inter)',
fontWeight: 900,
margin: '2vh',
// display: 'flex',
// flexDirection: 'column',
ml: '4vh'
}}>
- Must be a student in high school or below </Text>
</Box>
- Must be a student in high school or below </Heading>
</Box>
<Box sx={{
backgroundColor: '#FFA5A5',
height: '250%',
position: 'relative',
bottom: '0',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
// py: '10px',
justifyContent: 'center',
fontSize: ['3vw','1.2vw'],
color: 'white'
}}>
Made with ❤️ and ❄️ by Bright Li (@bright li) & Scott Chiang (@Scott)
</Box>
</Box>

</Grid>
);
}

0 comments on commit 8eb1109

Please sign in to comment.