Skip to content

Commit c53a408

Browse files
Added compactibility for header image scaling iPad
1 parent d10ee43 commit c53a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/startups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Header = styled.header`
2525
min-height: 600px;
2626
display: flex;
2727
flex-direction: row;
28-
@media (max-width: ${theme.breakpoint.sm}) {
28+
@media (max-width: ${theme.breakpoint.xs}) {
2929
flex-direction: column;
3030
justify-content: flex-end
3131
}

0 commit comments

Comments
 (0)