direct damage (#873)

This commit is contained in:
Dapoulp 2025-08-12 18:37:16 +02:00 committed by GitHub
parent 6e747e67ee
commit 06184773b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}