Skip to content

Commit 95c15bd

Browse files
authored
Update style.css
1 parent 16b7e54 commit 95c15bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

site/assets/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ body {
2828
overflow-y: auto;
2929
}
3030

31+
img {
32+
max-width: 100%;
33+
height: auto;
34+
border-radius: 8px;
35+
}
36+
37+
img.responsive-img {
38+
max-width: 100%;
39+
height: auto;
40+
display: block;
41+
margin: 1rem auto;
42+
}
3143
.toggle-btn {
3244
position: fixed;
3345
top: 10px;

0 commit comments

Comments
 (0)