diff --git a/public/CSS/meidling.css b/public/CSS/meidling.css index b176ff1038a3e427d5b6fe0fdc7f52b69c14e161..ce5f2bda93b57125754a443f5ecab4760b78f275 100644 --- a/public/CSS/meidling.css +++ b/public/CSS/meidling.css @@ -230,28 +230,28 @@ button.cesium-infoBox-camera { .credit { - width: 100px; - height: 100px; + width: 75px; + height: 75px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/hft.jpg) no-repeat; - background-size: 100px; - bottom: 0px; + background-size: 75px; + bottom: 15px; left: 10px; box-shadow: 0 0 10px 1px #000; } .credit4 { - width: 100px; - height: 100px; + width: 75px; + height: 75px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/email.jpg) no-repeat; - background-size: 100px; - bottom: 0px; + background-size: 75px; + bottom: 15px; left: 90px; box-shadow: 0 0 10px 1px #000; }