Adding series admonition

This commit is contained in:
2020-06-15 01:35:25 +01:00
parent 220801930c
commit 412ab931c3
9 changed files with 89 additions and 15 deletions

View File

@@ -80,6 +80,11 @@
}
}
.card-series {
@include card-border;
color: $text-gray
}
@media only screen and (min-width: map-get($grid-breakpoints, "md")) {
.card-regular-width {
width: 30%;