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
+1
View File
@@ -130,6 +130,7 @@ section {
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 1rem;
padding-block: 1rem; padding-block: 1rem;
padding-inline: 0.25rem;
details { details {
background-color: #1f1f1f; background-color: #1f1f1f;
+2 -1
View File
@@ -112,6 +112,7 @@ export default defineComponent(
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.33rem; gap: 0.33rem;
padding-block: 0.5rem;
padding-inline: 0.25rem;
} }
</style> </style>