Skip to content

Commit

Permalink
fixed faqs box
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadHassan03 committed Sep 9, 2024
1 parent 06b60b2 commit f4786af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/landing_page/FAQS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const loadStyles = (currentTheme, xs, sm, md) => StyleSheet.create({
alignItems: 'center',
},
faqBox: {
width: xs || sm ? '100%' : '24%',
width: xs || sm ? '100%' : '24vw',
},
faqMainTitle: {
fontSize: xs || sm || md ? 20 : 26,
Expand Down

0 comments on commit f4786af

Please sign in to comment.