feat: improve demo styles

This commit is contained in:
Justineo
2025-09-28 00:32:13 +08:00
parent def0ad5bf5
commit f8a5ba0550
6 changed files with 170 additions and 90 deletions

View File

@ -34,7 +34,7 @@ watch(isDark, colorize);
<style scoped>
.code-block {
margin: 0;
padding: 12px;
padding: var(--space-3);
font-size: 13px;
line-height: 1.4;
overflow: auto;