Skip to content

Commit

Permalink
add margin to cover image captions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed Feb 19, 2021
1 parent 779053b commit 16ae26f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/post-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@
color: var(--secondary);
box-shadow: 0 1px 0 var(--primary)
}

.entry-cover p {
margin: 8px 0 16px;
}

0 comments on commit 16ae26f

Please sign in to comment.