feat: Reduce card size for map

This commit is contained in:
2024-09-27 16:34:44 +02:00
parent b91879ad6c
commit 26406ded52
4 changed files with 43 additions and 1 deletions

View File

@@ -427,6 +427,10 @@ select, .button {
max-height: 250px;
}
.img-small img {
height: 100px;
}
.btn-notification {
display: inline-block;
position: relative;