Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c committed Dec 7, 2024
1 parent 46ddee5 commit 55392c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/components/FAQcard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ const styles = {
overflow: 'hidden',
},
question: {
fontSize: '2.8rem',
fontSize: '1.6rem',
fontWeight: 790,
color: '#FFFFFF',
textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)',
paddingLeft: '10px',
},
answer: {
fontSize: '1.5rem',
fontSize: '0.8rem',
color: '#003180',
marginTop: '8px',
textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)',
fontWeight: 600,
paddingLeft: '20px'
paddingLeft: '10px'
},
};

Expand Down
1 change: 0 additions & 1 deletion app/components/top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
alignItems: 'center',
justifyContent: 'center',
gap: '1rem',
padding: '1rem',
paddingRight: '3rem',
width: '100%',
margin: 'auto',
Expand Down
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Home() {
// flexDirection: 'column',
// height:"100%",
// alignItems: 'center',
minHeight: '280vh',
minHeight: '310vh',
// background: 'linear-gradient(to bottom right, rgba(70, 181, 255, 1), rgba(227, 244, 255, 1))',
// display: 'grid',
// gridTemplateRows: 'auto auto 1fr auto', // Allows more explicit control
Expand Down Expand Up @@ -150,13 +150,13 @@ export default function Home() {
fontFamily: 'var(--font-inter)',
fontSize: '1.55vw',
fontWeight:800,
paddingTop: '0.5rem',
// paddingTop: '0rem',
paddingLeft: '5.5rem',
paddingRight: '5rem',
textShadow: '0px 4px 4px rgba(0, 0, 0, 0.25)',

color: 'white'
}}>Design a unique PCB decoration (all art made by you!) from scratch and submit it to the project gallery via a pull request in the GitHub repository before [set date]! <br></br>
}}>Want a cool christmas decoration? A cool gift for someone you know? Design a unique PCB decoration (all art made by you!) from scratch and submit it to the project gallery via a pull request in the GitHub repository before [set date]! <br></br>
Once your PR gets approved, you can get your PCB decoration shipped just in time for the holidays!🎄</Heading>


Expand Down

0 comments on commit 55392c9

Please sign in to comment.