修复边距问题
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-27 02:51:00 +08:00
parent e22b3895d6
commit 83864be962

View File

@ -40,6 +40,7 @@ const { title = '小帕的小窝' } = Astro.props
height: 100dvh;
padding-inline: 40px;
text-align: center;
box-sizing: border-box;
& :global(a) {
color: var(--color-link);