Skip to content

Commit 16d66cd

Browse files
authored
Merge pull request #712 from Namanv0509/img-width-fix
image width fix
2 parents 0a0cc1b + 15e0691 commit 16d66cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/_styles_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ body {
128128
.md__image img,
129129
img.md-image-responsive {
130130
display: block;
131-
width: 100%;
131+
width: auto;
132132
max-width: clamp(320px, 100%, 700px);
133133
height: auto;
134134
margin: 0 auto;

0 commit comments

Comments
 (0)