Footer logo: use object-fit to loose the style rules.

This commit is contained in:
Vesa Luusua 2018-06-25 17:53:09 +03:00
parent 1fb3cc879d
commit e60716e081

View file

@ -100,14 +100,14 @@
.logoLink {
display: block;
width: 156px;
height: 27px;
margin-bottom: 14px;
}
.logo {
object-fit: contain;
object-position: left center;
width: 100%;
height: 100%;
height: 27px;
}
.organizationInfo {