Skip to content

Commit

Permalink
Improve visual appereance of image in a card with margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
evarga committed Apr 25, 2024
1 parent 37d14da commit f8f754b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
img {
width: 100%;
height: auto;
display: block;
margin-bottom: 6px;
margin-top: 6px;
}

p {
Expand Down

0 comments on commit f8f754b

Please sign in to comment.