Skip to content

Commit

Permalink
Merge pull request #170 from Space8rain/fix-schoold-page
Browse files Browse the repository at this point in the history
fix schools page adaptive colums for small screen
  • Loading branch information
fey authored May 5, 2023
2 parents 3dc7450 + a5ad560 commit 5902aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/schools/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const SchoolsHome = (props) => {
<title>{ t('schools_page.title') }</title>
</Head>
<h1 className="mb-5">{ t('schools_page.title') }</h1>
<div className="row row-cols-2">
<div className="row row-cols-lg-2 row-cols-sm-1">
{schools.map((s) => <SchoolItem school={s} key={s.id} />)}
</div>
</BaseLayout>
Expand Down

0 comments on commit 5902aa1

Please sign in to comment.