added test width, height for diamond-icon

This commit is contained in:
Kostya
2023-12-06 11:59:46 +03:00
parent 7d59e6caf0
commit 097e41fb7f
2 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,11 @@
flex-direction: column;
}
.icon-diamond h2 img {
width: 20px;
height: 20px;
}
.deposit-icon {
margin: 3px 0 0 10px;
}