Skip to content

Commit 19b00d0

Browse files
committed
image width fix
Signed-off-by: Namanv0509 <namanverma00260@gmail.com>
1 parent b1b745c commit 19b00d0

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)