Skip to content

Commit 8c748f2

Browse files
committed
update layout
1 parent c71a153 commit 8c748f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ const HeroSection = () => {
189189
display: 'grid',
190190
gridTemplateColumns: { xs: '1fr', sm: 'repeat(2, 1fr)', md: 'repeat(3, 1fr)' },
191191
alignItems: 'center',
192-
minHeight: '300px',
193-
padding: '80px 16px 0px 16px',
192+
minHeight: '260px',
193+
padding: '10px 16px 0px 16px',
194194
maxWidth: '1000px',
195195
margin: '0 auto',
196196
gap: 3,

0 commit comments

Comments
 (0)