Skip to content

Commit 4dfb895

Browse files
authored
fix aspect ratio (#49)
1 parent 3b5684c commit 4dfb895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Socials.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
gap: 1em;
5555
5656
img {
57-
width: 3em;
57+
height: 3em;
5858
aspect-ratio: 1;
5959
}
6060
}

0 commit comments

Comments
 (0)