mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Footer logo: use object-fit to loose the style rules.
This commit is contained in:
parent
1fb3cc879d
commit
e60716e081
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue