Iframe captions

This commit is contained in:
Vineeth Voruganti 2024-02-15 13:23:35 -08:00
parent ab92cf5d4b
commit b4d8a55c3b

View File

@ -9,6 +9,12 @@ img + em {
font-size: 0.9em;
}
iframe + p {
display: block;
text-align: center;
font-size: 0.9em;
}
// center all images by default
img {
display: block;