Skip to content

Commit c3647fd

Browse files
committed
style: fix image in markdown
1 parent 348fbb0 commit c3647fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/styles/globals.scss

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ a {
9797

9898
width: min(70ch, 80%);
9999

100+
img {
101+
width: 100%;
102+
}
103+
100104
.author {
101105
margin: 0;
102106
font-weight: 200;

0 commit comments

Comments
 (0)