feat: add profile size to img shortcode (#456)

This commit is contained in:
Robert Kaussow 2022-07-11 20:46:07 +02:00 committed by GitHub
parent 66d456f552
commit 3a26b6ed1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 23 deletions

View file

@ -95,6 +95,11 @@
border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
&--round,
&--round img {
border-radius: 50% !important;
}
figcaption {
display: table-caption;
caption-side: bottom;