feat: add profile size to img shortcode (#456)
This commit is contained in:
parent
66d456f552
commit
3a26b6ed1b
2 changed files with 35 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue