fix(update card): minor style improvements

This commit is contained in:
2026-01-10 21:09:13 +01:00
parent bda369d13b
commit b01b2f8360
+3 -2
View File
@@ -86,7 +86,8 @@ export default defineComponent({
} }
::v-deep(h2) { ::v-deep(h2) {
padding: 0.25em 0; margin-top: 1em;
padding: 0.5em 0;
border-bottom: 1px solid #aaa; border-bottom: 1px solid #aaa;
} }
@@ -116,7 +117,7 @@ export default defineComponent({
} }
button { button {
margin: 0 auto; margin: 0.5em auto;
padding: 0.5em 0.75em; padding: 0.5em 0.75em;
font-size: 1.1em; font-size: 1.1em;
} }