s|mt-1|mt-2|

This commit is contained in:
0x1eef 2024-09-19 14:42:45 -03:00
parent 058f423e4a
commit 5c0e26183c

View file

@ -66,7 +66,7 @@ export function Stream({
{formatNumber(locale, surah.ayat.length)}
</span>
</span>
<p className={classNames("m-0", { "text-2xl mt-1": isArabic })}>
<p className={classNames("m-0", { "text-2xl mt-2": isArabic })}>
{ayah.body}
</p>
</li>