Skip to content

Commit

Permalink
Fixes css issue with hero image on landscape mode
Browse files Browse the repository at this point in the history
  • Loading branch information
narbs91 committed Nov 14, 2023
1 parent c5f8d8b commit 54c0fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Home: NextPage = () => {

return (
<PageLayout>
<Container maxW={{ base: "sm", sm: "xl" }} marginTop="-65px">
<Container maxW={{ base: "sm", sm: "xl" }}>
<VStack spacing={5}>
<Image
title="glosseta-logo"
Expand Down

0 comments on commit 54c0fba

Please sign in to comment.