Skip to content

Commit

Permalink
Update verse styling
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Jan 27, 2025
1 parent 5ea2070 commit a2572fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/pages/ramadan-activities/RamadanActivities.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@
}
min-height: calc(5 * var(--spacing-mega));
}

.mainVerse {
@include breakpoints.tablet {
max-width: 50%;
}
}
2 changes: 1 addition & 1 deletion src/pages/what-is-ramadan/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const WhatIsRamadanPage: NextPage = (): JSX.Element => {
</div>
<div className={styles.subSection}>
<h2>A Prescription for Mindfulness</h2>
<div>
<div className={pageStyles.mainVerse}>
<div>
<i>
"You who believe, fasting is prescribed for you, as it was prescribed for those
Expand Down

0 comments on commit a2572fc

Please sign in to comment.