fix image width to use max-width instead of width as suggested by @diomed

This commit is contained in:
Jonas Duri 2023-11-25 12:53:14 +01:00
parent 99e889ae9d
commit 308e015f3d

View File

@ -431,7 +431,7 @@ p {
} }
img { img {
width: 100%; max-width: 100%;
} }
.progress-bar { .progress-bar {