Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e21ff99

Browse files
authored
fix: make newsletter iframe responsive on mobile (#305)
1 parent 1385601 commit e21ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Newsletter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function Newsletter() {
1818
<div className="my-4">
1919
<iframe
2020
src="https://eddiehub.substack.com/embed"
21-
className="rounded"
21+
className="w-full rounded"
2222
width="480"
2323
height="150"
2424
frameBorder="0"

0 commit comments

Comments
 (0)