Skip to content

Commit

Permalink
Customize figure style
Browse files Browse the repository at this point in the history
  • Loading branch information
clente committed Oct 25, 2023
1 parent 4edcba8 commit 95746b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,15 @@ p.byline {
.skip-link:focus {
transform: translateY(0%);
}

figure {
margin-inline-start: 0em;
margin-inline-end: 0em;
}

figcaption > p {
margin-block-start: 0px;
text-align: center;
font-style: italic;
color: #ccc;
}

0 comments on commit 95746b1

Please sign in to comment.