Add border radius to images
This commit is contained in:
parent
688963954a
commit
b75abd591a
@ -24,6 +24,10 @@
|
|||||||
padding: 0 var(--ifm-pre-padding);
|
padding: 0 var(--ifm-pre-padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
/* align image to the right */
|
/* align image to the right */
|
||||||
.image-container {
|
.image-container {
|
||||||
float: right;
|
float: right;
|
||||||
|
BIN
docs/static/img/hdr_comparison.png
vendored
BIN
docs/static/img/hdr_comparison.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 622 KiB After Width: | Height: | Size: 179 KiB |
BIN
docs/static/img/sdr_comparison.png
vendored
BIN
docs/static/img/sdr_comparison.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 181 KiB |
Loading…
Reference in New Issue
Block a user