mobile style updates
This commit is contained in:
parent
db3f77be47
commit
7bb56bbd57
|
@ -6,7 +6,6 @@
|
|||
|
||||
.cp_embed_iframe {
|
||||
overflow: hidden;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
width: 135px;
|
||||
overflow: hidden;
|
||||
text-indent: -3000px;
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
|
||||
background: url('/resources/images/logos/standard/logo-nav@2x.png') 0px 8px no-repeat;
|
||||
background-size: 135px 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -135,7 +140,6 @@
|
|||
screen and (max-device-width: $phone-breakpoint),
|
||||
screen and (max-width: $tablet-breakpoint) {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue