mobile updates
This commit is contained in:
parent
89a89e12aa
commit
db3f77be47
|
@ -6,6 +6,7 @@
|
|||
|
||||
.cp_embed_iframe {
|
||||
overflow: hidden;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -55,6 +55,11 @@ $hero-padding: $unit * 2;
|
|||
margin: ($unit * 3) auto ($unit * 5) auto;
|
||||
font-weight: 400;
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
||||
background: url('/resources/images/logos/standard/shield-large@2x.png') top center no-repeat;
|
||||
background-size: 184px 200px;
|
||||
}
|
||||
|
||||
@media handheld and (max-width: $phone-breakpoint),
|
||||
screen and (max-device-width: $phone-breakpoint),
|
||||
screen and (max-width: $tablet-breakpoint) {
|
||||
|
|
Loading…
Reference in New Issue