Skip to content

Commit

Permalink
doggos logo styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MiTo0o committed Jul 26, 2024
1 parent 0ae8628 commit 4a29fbd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ function Home() {
alignItems="center"
style={{ minWidth: "100vw" }}
>
<img src={center} alt="paw-logo" width={407} height={300} />
<img
src={center}
alt="paw-logo"
style={{
width: "80%",
maxWidth: "407px",
height: "auto",
}}
/>
<Stack direction="column" spacing={3}>
<Link to="/galleries" style={{ textDecoration: "none" }}>
<Button
Expand Down

0 comments on commit 4a29fbd

Please sign in to comment.