Remove uselessly huge background images
This commit is contained in:
parent
0a7c403f0b
commit
b839979351
5 changed files with 3 additions and 22 deletions
Binary file not shown.
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
Binary file not shown.
Before Width: | Height: | Size: 250 KiB |
Binary file not shown.
Before Width: | Height: | Size: 530 KiB |
Binary file not shown.
Before Width: | Height: | Size: 48 KiB |
|
@ -23,6 +23,9 @@ body{
|
|||
font-family:'OpenSans', sans-serif, Arial;
|
||||
font-size: 14px;
|
||||
margin:0;
|
||||
background-repeat:no-repeat !important;
|
||||
background-size: contain !important;
|
||||
background-image: url(/images/header-map-1280px.png);
|
||||
}
|
||||
a{
|
||||
color: #499DCE;
|
||||
|
@ -153,28 +156,6 @@ footer a {
|
|||
word-break: break-all;
|
||||
}
|
||||
|
||||
/* body background image */
|
||||
body {
|
||||
background-repeat:no-repeat !important;
|
||||
background-size: contain !important;
|
||||
background-image: url(/images/header-map-640px.png);
|
||||
}
|
||||
@media only screen and (min-width: 641px) {
|
||||
body {
|
||||
background-image: url(/images/header-map-1280px.png);
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1281px) {
|
||||
body {
|
||||
background-image: url(/images/header-map-1600px.png);
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1601px) {
|
||||
body {
|
||||
background-image: url(/images/header-map-2560px.png);
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 950px) {
|
||||
section{
|
||||
|
|
Loading…
Reference in a new issue