Skip to content

Commit

Permalink
Add figure style
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgongo authored Jun 6, 2024
1 parent ba7f8a4 commit a7198ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,21 @@ body.is-os-other #quick_dl_container a.os-other {
transition: 0.4s;
opacity: 0.9;
}

figure {
text-align: center;
}

figure img {
display: inline-block;
border-radius: 5px;
}

figcaption {
text-align: center;
font-size: 14px;
font-style: italic;
position: relative;
top: 5px;
bottom: 10px;
}

0 comments on commit a7198ef

Please sign in to comment.