Skip to content

Commit e811057

Browse files
authored
Update style.css
1 parent 83f8123 commit e811057

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

site/assets/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ body {
3131
img {
3232
max-width: 100%;
3333
height: auto;
34-
border-radius: 8px;
34+
display: block;
35+
margin: 1rem auto;
3536
}
3637

37-
img.responsive-img {
38-
max-width: 100%;
39-
height: auto;
38+
.responsive-img {
39+
max-width: 70%;
4040
display: block;
4141
margin: 1rem auto;
42+
height: auto;
4243
}
44+
4345
.toggle-btn {
4446
position: fixed;
4547
top: 10px;

0 commit comments

Comments
 (0)