Skip to content

Commit

Permalink
style(home): implement responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 19, 2024
1 parent df3aeea commit e60143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const HomeModule: React.FC = () => {
return (
<div className="max-w-screen m-10 flex min-h-screen flex-col items-center">
<h1 className="text-2xl font-bold">Baca Al-Quran Online</h1>
<div className="mt-5 grid grid-cols-4 gap-3">
<div className="mt-5 grid grid-cols-1 gap-3 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
{surahs.map((surah, _index) => (
<Link
href={`/${surah.nomor}`}
Expand Down

0 comments on commit e60143a

Please sign in to comment.