add paddings

This commit is contained in:
2025-02-16 18:41:28 +01:00
parent 508b7d9acf
commit 036a9cc829
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -112,6 +112,7 @@ export default defineComponent(
display: flex;
flex-direction: column;
gap: 0.33rem;
padding-block: 0.5rem;
padding-inline: 0.25rem;
}
</style>