From 029f14c364609da24330e9542dd7fd3c94af2799 Mon Sep 17 00:00:00 2001 From: pronist Date: Mon, 19 Aug 2024 08:49:49 +0900 Subject: [PATCH] Add border-radius --- assets/pug/Mixins/Permalink/Content/Article.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/pug/Mixins/Permalink/Content/Article.pug b/assets/pug/Mixins/Permalink/Content/Article.pug index 2e4ff4e..01daf19 100644 --- a/assets/pug/Mixins/Permalink/Content/Article.pug +++ b/assets/pug/Mixins/Permalink/Content/Article.pug @@ -141,12 +141,12 @@ style(once='article') @apply border-0; .og-image { - @apply border-r-0 overflow-hidden; + @apply border-r-0 rounded-l-md overflow-hidden; } } .og-text { - @apply bg-h-200 dark:bg-h-700; + @apply bg-h-200 dark:bg-h-700 rounded-r-md; .og-title, .og-desc,