Add radius to top of article images (#18179)

This commit is contained in:
Andrew Bone 2022-07-20 16:34:18 +01:00 committed by GitHub
parent 8bfad257f9
commit 77441efa2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@
width: 100%;
aspect-ratio: auto 650 / 273;
object-fit: scale-down;
border-radius: var(--radius) var(--radius) 0 0;
}
}
}