Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Nov 9, 2024
1 parent 5e3e31d commit 47e9874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/layout/CarbonAds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ if (carbonAds.enable) {

<style>
.carbon-responsive-wrap {
@apply bg-background border-border px-4 py-6 rounded-lg flex flex-col items-center !important;
@apply bg-background border-border px-4 py-6 rounded-lg flex flex-col items-center !important;
}

.carbon-responsive-wrap .carbon-img {
@apply flex-none rounded overflow-hidden !important;
@apply flex-none rounded overflow-hidden !important;
}

.carbon-responsive-wrap .carbon-text {
@apply text-muted-foreground text-sm flex-none text-center !important;
}

#carbonads .carbon-poweredby {
@apply bg-background text-muted-foreground block text-right text-[10px] uppercase no-underline !important;
@apply bg-background text-muted-foreground block text-right text-[10px] uppercase no-underline !important;
}
</style>

0 comments on commit 47e9874

Please sign in to comment.