1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 14:14:17 +00:00

feat: add support for embed spotify (#2515)

This commit is contained in:
Alexander Fuks
2025-09-08 23:45:20 +04:00
committed by GitHub
parent 5f8ec7ffd3
commit cda62e28d1
4 changed files with 47 additions and 14 deletions

View File

@@ -314,7 +314,14 @@ main {
.embed-audio {
width: 100%;
display: block;
&.file {
display: block;
}
&.spotify {
border-radius: 14px;
}
@extend %img-caption;
}