Refactor SVG handling for responsive scaling and improve styling attributes

This commit is contained in:
sHa
2025-06-20 00:02:36 +03:00
parent cb373ffef2
commit fff1e0b395
4 changed files with 72 additions and 71 deletions

View File

@@ -284,12 +284,12 @@ div.logo-image img {
}
.logo-image svg {
width: 100%;
/* width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
display: block;
object-fit: contain;
object-fit: contain; */
color: var(--color-default-fill);
}