Skip to content

Commit a506c25

Browse files
authored
Update style.css
1 parent 2cf4f0f commit a506c25

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

site/assets/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ body {
2929
}
3030

3131
.img {
32-
max-width: 100%;
32+
max-width: 90%;
3333
height: auto;
3434
display: block;
3535
margin: 1rem auto;
36+
border-radius: 8px;
37+
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
3638
}
3739

3840
.responsive-img {

0 commit comments

Comments
 (0)