fix objects not fitting container issue
imported>76561198045853337 No edit summary |
imported>76561198045853337 (fix objects not fitting container issue) |
||
Line 22: | Line 22: | ||
} | } | ||
.tech_unlocks | .tech_unlocks { | ||
display: flex; | display: flex; | ||
align-items: flex-start; | align-items: flex-start; | ||
object-fit: contain; | |||
} | |||
.tech_unlocks>a>img { | |||
height: 80px; | |||
max-width: 80px; | max-width: 80px; | ||
max-height: 80px; | max-height: 80px; | ||
} | } | ||