Skip to content

Commit ad86cb3

Browse files
Fix Responsive Issue in svelte.dev Homepage (#997)
* fix: set width and height in svelte-pronounciation in order to remove responsive issue * avoid hardcoded dimensions --------- Co-authored-by: Rich Harris <[email protected]>
1 parent 5bf008e commit ad86cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/svelte.dev/src/routes/_home/Testimonials.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
position: relative;
7272
aspect-ratio: 457.4 / 138.8;
7373
height: var(--sk-font-size-h1);
74+
width: auto;
7475
bottom: -0.3em;
7576
}
7677

0 commit comments

Comments
 (0)