fixed css for .service-grid div a img { ... }

This commit is contained in:
kelinfoxy
2026-05-08 22:07:27 -04:00
parent 24b6e7417e
commit 8fb3767856

View File

@@ -344,10 +344,11 @@
margin: 20px;
max-width: fit-content;
}
.service-grid div {
.service-grid div a img {
display: block;
gap: 6px;
width: calc(var(--column-width) / var(--num-columns-services) - 25px);
width: 50px;
height: 50px;
}
</style>
</head>