Skip to content

Commit

Permalink
fix size proportion
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyush1712 committed Feb 21, 2024
1 parent ddfc1d9 commit 33c832b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Home() {
</Grid>
{/* Links at the bottom */}
<Grid item xs={12}>
<Box sx={{ width: "100%", display: "flex", justifyContent: "center", mb: -4, mt: -2 }}>
<Box sx={{ width: "100%", display: "flex", justifyContent: "center", mt: -2 }}>
<Stack direction="row" spacing={2.5}>
{links.filter(link => link.type === "professional").map(iconLink)}
<Divider orientation="vertical" flexItem />
Expand Down
2 changes: 1 addition & 1 deletion src/styles/playlist.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.myBubbleUI {
width: 100%;
max-width: 100vw;
height: 540px;
height: 480px;
border-radius: 50px;
}

Expand Down

1 comment on commit 33c832b

@vercel
Copy link

@vercel vercel bot commented on 33c832b Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.