Skip to content

Commit cf4b98f

Browse files
committed
chore: add responsive adjustment for explorer section
1 parent 49f5882 commit cf4b98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/explore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ export const Explore: React.FC = () => {
4141

4242
const ContentWrapper = styled.div.attrs({
4343
className:
44-
'col-span-full xl:col-start-2 xl:col-end-12 space-y-10 xl:space-y-16 my-12 xl:mb-20',
44+
'col-span-full xl:col-start-2 xl:col-end-12 space-y-10 xl:space-y-16 my-6 xl:my-12 xl:mb-20',
4545
})``;

0 commit comments

Comments
 (0)