Skip to content

Commit

Permalink
fix(theme): prevent layout shift on carbon ads
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jan 2, 2023
1 parent 8db20fe commit f6c5e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPCarbonAds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (carbonOptions) {
align-items: center;
padding: 24px;
border-radius: 12px;
min-height: 240px;
min-height: 256px;
text-align: center;
line-height: 18px;
font-size: 12px;
Expand Down

0 comments on commit f6c5e1f

Please sign in to comment.