feat: add figure support

This commit is contained in:
2022-10-18 16:53:51 +02:00
parent aad6109c39
commit fed3c371c7
5 changed files with 32 additions and 3 deletions

View File

@@ -146,6 +146,21 @@ hr {
margin: 4rem 15vw;
}
figure {
text-align: center;
margin: 0;
}
figure img {
box-shadow: 8px 5px 5px rgba(0,0,10,.20);
}
figure figcaption {
margin-top: 6px;
font-size: 0.8125em; /* 13px /16 */
color: rgba(0,0,10,.55);
}
/* Header */
.main-header {
background: #fff;

View File