diff --git a/theme/src/client/components/global/VPCard.vue b/theme/src/client/components/global/VPCard.vue index 1aa2c8c8..08572ae7 100644 --- a/theme/src/client/components/global/VPCard.vue +++ b/theme/src/client/components/global/VPCard.vue @@ -79,13 +79,17 @@ const iconName = computed(() => { margin-bottom: 0; } -@media (max-width: 419px) { +@media (max-width: 639px) { .vp-card-wrapper .body :where(div[class*="language-"], .vp-block) { margin: 16px -20px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } + .vp-card-wrapper .body :where(.vp-code-tabs-nav) { + margin: 16px -20px 0; + } + .vp-card-wrapper .body :deep(.code-block-title-bar) { margin-inline: -20px; }