Skip to content

Commit

Permalink
Add border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Aug 18, 2024
1 parent d540cd4 commit 029f14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/pug/Mixins/Permalink/Content/Article.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 029f14c

Please sign in to comment.