Skip to content

Commit

Permalink
Add padding for anchor-linked images
Browse files Browse the repository at this point in the history
  • Loading branch information
lochhh committed Jan 8, 2025
1 parent 14246dc commit 6991a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/public/workflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
padding: 1px;
}

.workflow > p > img {
.workflow > p > img,
.workflow > p > a > img {
padding-top: 12px;
padding-left: 12px;
padding-right: 12px;
Expand Down

0 comments on commit 6991a03

Please sign in to comment.