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,