Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update column start
Browse files Browse the repository at this point in the history
  • Loading branch information
timngyn committed May 8, 2024
1 parent eda2978 commit 3f4de8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/tags/[tagname].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ export default function TagPage(data: { cardLayoutData: string }) {
>
<Banner
columnStart={{
base: 2,
small: 2,
medium: 2,
base: 1,
small: 1,
medium: 1,
large: 2,
}}
/>
Expand Down

0 comments on commit 3f4de8b

Please sign in to comment.