mobile fixes
This commit is contained in:
parent
7bb56bbd57
commit
35e20314f0
|
@ -55,7 +55,10 @@
|
|||
background: $regal url('/resources/images/logos/inverse/shield/22.png') 24px 13px no-repeat;
|
||||
color: rgba($snow, .87);
|
||||
padding-left: 54px;
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
||||
background: $regal url('/resources/images/logos/inverse/shield/22@2x.png') 24px 13px no-repeat;
|
||||
background-size: 22px 22px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
.cp_embed_iframe {
|
||||
overflow: hidden;
|
||||
width: 240px !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue