quartz/quartz/styles/custom.scss
Vineeth Voruganti b4d8a55c3b Iframe captions
2024-02-15 13:23:35 -08:00

35 lines
452 B
SCSS

@use "./base.scss";
// put your custom CSS here!
// captions!
img + em {
display: block;
text-align: center;
font-size: 0.9em;
}
iframe + p {
display: block;
text-align: center;
font-size: 0.9em;
}
// center all images by default
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.tweet-wrapper {
display: flex;
justify-content: center;
}
iframe {
display: block;
margin-left: auto;
margin-right: auto;
}