1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat(media): support audio and video tag with multi sources (#1618)

This commit is contained in:
Azamat Mambetov
2024-04-04 20:54:50 +04:00
committed by GitHub
parent 01076cb1c2
commit 23be4162b3
5 changed files with 132 additions and 6 deletions

View File

@@ -575,6 +575,13 @@ main {
@extend %img-caption;
}
.embed-audio {
width: 100%;
display: block;
@extend %img-caption;
}
/* --- buttons --- */
.btn-lang {
border: 1px solid !important;