diff options
| -rw-r--r-- | StoneIsland/www/css/nav.css | 8 | ||||
| -rw-r--r-- | StoneIsland/www/index.html | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 814a8c3f..a75fb35c 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -142,16 +142,16 @@ padding-bottom:0px; width: 200px; padding: 50px; text-align: center; - font-size: 20px; + font-size: 17px; } #intro #compass { pointer-events: none; background-image: url(../img/compass-logo.png); background-repeat: no-repeat; background-position: center center; - background-size: 250px 250px; - width: 250px; - height: 250px; + background-size: 230px 230px; + width: 230px; + height: 230px; padding: 0px; border-radius: 50%; } diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index f3f5b3ae..ad005ced 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -100,6 +100,7 @@ <div class="hub">HUB</div> <div class="story">STORY</div> <div class="archive">ARCHIVE</div> + <span <span class="latlng">+40° 58' 90" -74° 04' 46"</span> </div> |
