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: 100%;
|
||||
margin: 0 auto -40px; /* Change height. Can use px, ems or % */
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
margin: 0 auto -24px; /* Change height. Can use px, ems or % */
|
||||
}
|
||||
@ -22,7 +22,7 @@ body {
|
||||
.st-sticky-push,
|
||||
footer {
|
||||
height: 40px; /* Change height. Can use px, ems or % */
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
height: 40px; /* Change height. Can use px, ems or % */
|
||||
}
|
||||
@ -185,8 +185,18 @@ footer {
|
||||
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) {
|
||||
#cookie-bar {
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user