Skip to content

Commit

Permalink
style.css: figcaption smaller font size
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 1, 2024
1 parent 345758e commit 8f3d1f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ figure {
margin: 0;
}

figcaption {
text-align: center;
font-size: 0.85rem;
}

iframe {
border: none;
}
Expand Down

0 comments on commit 8f3d1f2

Please sign in to comment.