change logo images to use css

This commit is contained in:
2025-12-07 14:22:54 +01:00
parent 96351533c6
commit 925ec7cf1e
2 changed files with 8 additions and 8 deletions

View File

@@ -420,8 +420,8 @@
}
.service-icon img {
width: 100%;
height: 100%;
width: 60px;
height: 60px;
object-fit: contain;
display: block;
}