diff --git a/index.html b/index.html index 04e0e0944e..dc2a53d29b 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,16 @@ body { color: #111111; } #solIcon { - top: -10px; - right: -60px; + right: 10px; + top: 10px; + position: absolute; + height: 100px; + width: 100px; + overflow: hidden; +} +#solIcon img { + top: -20px; + right: -10px; position: absolute; height: 100px; } @@ -65,7 +73,7 @@ body {
- +