Add standard spacing to asciinema shortcode

This commit is contained in:
Alex Shpak
2025-09-28 23:16:30 +02:00
parent 1dd926ac06
commit 9a9f4925d6
3 changed files with 355 additions and 1 deletions
+5
View File
@@ -227,6 +227,11 @@
}
}
// {{< asciinema >}}
.book-asciinema {
margin: $padding-16 0;
}
.book-hero {
min-height: $padding-16 * 24;
align-content: center;