Add border radius to images

This commit is contained in:
Marc Rousavy 2023-09-26 13:16:35 +02:00
parent 688963954a
commit b75abd591a
3 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
padding: 0 var(--ifm-pre-padding);
}
img {
border-radius: 15px;
}
/* align image to the right */
.image-container {
float: right;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 KiB

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB

After

Width:  |  Height:  |  Size: 181 KiB