Merge pull request #1618 from robszumski/homepage-breakpoints3
static: tweak logos smallest breakpoint
This commit is contained in:
commit
000af18a1f
1 changed files with 12 additions and 0 deletions
|
@ -342,4 +342,16 @@
|
|||
margin-left: 0px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large {
|
||||
line-height: 65px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large img {
|
||||
max-height: 55px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-medium img {
|
||||
max-height: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue