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

feat: add bilibili embed video support (#1406)

---------
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
This commit is contained in:
Mill Haruto
2023-12-09 21:48:19 +08:00
committed by GitHub
parent 2a4fbf6a79
commit 4a2b89d0b6
3 changed files with 17 additions and 7 deletions

View File

@@ -551,7 +551,8 @@ main {
@extend %rounded;
&.youtube {
&.youtube,
&.bilibili {
aspect-ratio: 16 / 9;
}