Skip to content

Commit

Permalink
fix: fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Nov 17, 2023
1 parent a42a2e2 commit a7f9500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/spotify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const spotifyCard = async (spotifyData: Spotify | null) => {
) : (
<div
style={{
height: 100 - albumMargin * 2,
height: 100 - albumMargin,
margin: albumMargin / 2,
}}
/>
Expand Down

0 comments on commit a7f9500

Please sign in to comment.