static: tweak breakpoints and logo sizing
This commit is contained in:
parent
faa9b9a836
commit
f6f70cf4fc
2 changed files with 8 additions and 16 deletions
|
@ -151,7 +151,7 @@
|
|||
}
|
||||
|
||||
.landing-page .trusted-logo-large img {
|
||||
max-width: 250px;
|
||||
max-width: 100%;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
|
@ -161,7 +161,7 @@
|
|||
}
|
||||
|
||||
.landing-page .trusted-logo-medium img {
|
||||
max-width: 125px;
|
||||
max-width: 100%;
|
||||
max-height: 45px;
|
||||
}
|
||||
|
||||
|
@ -342,12 +342,4 @@
|
|||
margin-left: 0px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-large img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.landing-page .trusted-logo-medium img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue