From 77441efa2f3df1dcff6493f424b1c5c488ec4716 Mon Sep 17 00:00:00 2001 From: Andrew Bone Date: Wed, 20 Jul 2022 16:34:18 +0100 Subject: [PATCH] Add radius to top of article images (#18179) --- app/assets/stylesheets/views/article.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/views/article.scss b/app/assets/stylesheets/views/article.scss index fb5a8c9c8..ee6f15bce 100644 --- a/app/assets/stylesheets/views/article.scss +++ b/app/assets/stylesheets/views/article.scss @@ -34,6 +34,7 @@ width: 100%; aspect-ratio: auto 650 / 273; object-fit: scale-down; + border-radius: var(--radius) var(--radius) 0 0; } } }