mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
Refactor SVG handling for responsive scaling and improve styling attributes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user