diff --git a/public/CSS/meidling.css b/public/CSS/meidling.css index 279013c689bd0c781fa8904a518eb6ca6500f7f2..b176ff1038a3e427d5b6fe0fdc7f52b69c14e161 100644 --- a/public/CSS/meidling.css +++ b/public/CSS/meidling.css @@ -1,4 +1,3 @@ - /* html, body, @@ -231,13 +230,13 @@ button.cesium-infoBox-camera { .credit { - width: 75px; - height: 75px; + width: 100px; + height: 100px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/hft.jpg) no-repeat; - background-size: 75px; + background-size: 100px; bottom: 0px; left: 10px; box-shadow: 0 0 10px 1px #000; @@ -245,14 +244,14 @@ button.cesium-infoBox-camera { .credit4 { - width: 75px; - height: 75px; + width: 100px; + height: 100px; overflow: hidden; position: fixed; z-index: 99999; background: url(Images/email.jpg) no-repeat; - background-size: 75px; - bottom: 80px; + background-size: 100px; + bottom: 0px; left: 90px; box-shadow: 0 0 10px 1px #000; }