direct damage

This commit is contained in:
Dapoolp 2025-08-12 15:44:04 +02:00
parent 6e747e67ee
commit 981eb66017
9 changed files with 37 additions and 14 deletions

View file

@ -344,6 +344,10 @@
width: 100%;
gap: 5px;
&.space-between {
justify-content: space-between;
}
.btn {
padding-top: 15px;
}