Separate youtube and figure shortcodes

This commit is contained in:
Will Faught
2023-03-02 23:03:09 -08:00
parent 5b4f926b67
commit 5dc76c6ec1
3 changed files with 15 additions and 25 deletions

View File

@@ -47,6 +47,10 @@ body, html {
margin-bottom: 0;
}
.paige-figure .paige-video {
margin-bottom: 0;
}
.paige-figure > div > .highlight > pre, .paige-figure > div > :last-child {
margin-bottom: 0;
}
@@ -79,6 +83,10 @@ body, html {
transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.paige-video {
margin-bottom: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.paige-header-link {
transition: none;