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;