Skip to content

Commit

Permalink
fix: markdown image styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vandreleal committed Jun 29, 2023
1 parent 1c55fb9 commit a872a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/components/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
max-height: 600px;
object-fit: contain;
background-color: #edeeeb;
border-radius: 1rem;

@media (min-width: 997px) {
padding: 2.25rem;
border-radius: 1rem;
}
}

Expand All @@ -37,6 +37,7 @@

img {
padding: 0;
border-radius: 0;
}
}

Expand Down

0 comments on commit a872a29

Please sign in to comment.