Skip to content

Commit

Permalink
Added max width to heading
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanidev committed Nov 24, 2023
1 parent b9b507e commit 3c233bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import PalestineIcon from './icons/PalestineIcon';
<section>
<div class="mt-28 px-4">
<h1
class="relative mx-auto max-w-max text-center text-2xl font-semibold sm:text-4xl sm:leading-relaxed md:text-4xl md:leading-relaxed lg:text-5xl">
class="relative mx-auto max-w-5xl text-center text-2xl font-semibold sm:text-4xl sm:leading-relaxed md:text-4xl md:leading-relaxed lg:text-5xl">
<span class="inline-block text-palestine-green">المؤمن</span>{' '}
<span class="inline-block text-palestine-red">للمؤمن</span>{' '}
<br class="lg:hidden" />
Expand Down

0 comments on commit 3c233bb

Please sign in to comment.