Replace Hugo shortcodes

This commit is contained in:
Catherine Luse
2022-09-09 17:52:11 -07:00
parent 878aa86c1a
commit 82667d93f9
50 changed files with 1139 additions and 128 deletions
+16
View File
@@ -145,3 +145,19 @@ a.btn.navbar__github::before {
padding: 0 var(--ifm-pre-padding);
}
/* These styles are authored by bravemaster619 https://dev.to/bravemaster619/simplest-way-to-embed-a-youtube-video-in-your-react-app-3bk2 */
.video-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.video-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}