mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
fixed images on chrome
This commit is contained in:
parent
622e8629ff
commit
eacce7adda
@ -13,7 +13,7 @@ body {
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0 auto -40px; /* Change height. Can use px, ems or % */
|
margin: 0 auto -40px; /* Change height. Can use px, ems or % */
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
margin: 0 auto -24px; /* Change height. Can use px, ems or % */
|
margin: 0 auto -24px; /* Change height. Can use px, ems or % */
|
||||||
}
|
}
|
||||||
@ -22,7 +22,7 @@ body {
|
|||||||
.st-sticky-push,
|
.st-sticky-push,
|
||||||
footer {
|
footer {
|
||||||
height: 40px; /* Change height. Can use px, ems or % */
|
height: 40px; /* Change height. Can use px, ems or % */
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
height: 40px; /* Change height. Can use px, ems or % */
|
height: 40px; /* Change height. Can use px, ems or % */
|
||||||
}
|
}
|
||||||
@ -185,8 +185,18 @@ footer {
|
|||||||
background: #0055dd;
|
background: #0055dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# For Image rendering on Chrome
|
||||||
|
img {
|
||||||
|
image-rendering: optimizeSpeed; /* */
|
||||||
|
image-rendering: -moz-crisp-edges; /* Firefox */
|
||||||
|
image-rendering: -o-crisp-edges; /* Opera */
|
||||||
|
image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
|
||||||
|
image-rendering: optimize-contrast; /* CSS3 Proposed */
|
||||||
|
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
#cookie-bar {
|
#cookie-bar {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user