From 55392c9ee81f467f9bb6cf33d82b458577b9eeca Mon Sep 17 00:00:00 2001 From: Scott Chiang Date: Fri, 6 Dec 2024 19:03:58 -0800 Subject: [PATCH] fix --- app/components/FAQcard.tsx | 6 +++--- app/components/top.tsx | 1 - app/page.tsx | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/components/FAQcard.tsx b/app/components/FAQcard.tsx index af04d57..a7d5f4f 100644 --- a/app/components/FAQcard.tsx +++ b/app/components/FAQcard.tsx @@ -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' }, }; diff --git a/app/components/top.tsx b/app/components/top.tsx index 5118003..7b3842e 100644 --- a/app/components/top.tsx +++ b/app/components/top.tsx @@ -19,7 +19,6 @@ import { alignItems: 'center', justifyContent: 'center', gap: '1rem', - padding: '1rem', paddingRight: '3rem', width: '100%', margin: 'auto', diff --git a/app/page.tsx b/app/page.tsx index f38dad0..4734e5f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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 @@ -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]!

+ }}>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]!

Once your PR gets approved, you can get your PCB decoration shipped just in time for the holidays!🎄