feat(shortcodes): external card link (youtube)

This commit is contained in:
Matthieu Bessat 2024-05-18 15:06:08 +02:00
parent da18fe3b68
commit 725ed03760
6 changed files with 82 additions and 10 deletions

View file

@ -1,5 +1,6 @@
.fig-img {
display: inline-block;
text-align: center;
figcaption {
font-size: .9rem;
color: $hidden;
@ -20,6 +21,7 @@
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
padding-top: 1rem;
margin-bottom: 1rem;
figure {