Skip to content

Commit 4662f13

Browse files
committed
Avoid scrollbar in Bandcamp embed
1 parent e0a4c5a commit 4662f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Bandcamp.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const { album, tracks = 5 } = Astro.props;
1616
<style lang="scss">
1717
@use '../styles/tokens' as *;
1818

19-
$constant-height: 115px;
20-
$height-per-track: 32px;
19+
$constant-height: 107.8px;
20+
$height-per-track: 32.8px;
2121

2222
iframe {
2323
width: 100%;

0 commit comments

Comments
 (0)