Skip to content

Commit 6459cac

Browse files
committed
Use max-width instead of width
1 parent 9ed4133 commit 6459cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/theme/assets/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ img {
5050
display: block;
5151
margin-left: auto;
5252
margin-right: auto;
53-
width: 75%;
53+
max-width: 75%;
5454
}
5555

5656
.img-license-picto {

0 commit comments

Comments
 (0)