Skip to content

Commit 4962f06

Browse files
authored
docs: fix blog image aspect ratio (#186)
1 parent 604ed0a commit 4962f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ function HomepageBlogs() {
149149
<div className={styles.width}>
150150
<div className={styles.column}>
151151
<img
152+
style={{ height: 'auto' }}
152153
src="https://uploads-ssl.webflow.com/5ee12d8e99cde2e20255c16c/628d211e83529f3a59ce7854_Dart%20Frog%200.5.jpg"
153154
alt="Dart on the server with Dart Frog"
154155
width="452"

0 commit comments

Comments
 (0)