diff --git a/public/css/main.css b/public/css/main.css index a4b1063..21c3ac3 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -357,7 +357,6 @@ button#search-data-button.btn.btn-default.open span::before } a.grid-item.ioos-eds .tile-wrap h1, - a.grid-item.glider-dac .tile-wrap h1, a.grid-item.atn .tile-wrap h1 { margin-top: 13%; } @@ -404,8 +403,7 @@ button#search-data-button.btn.btn-default.open span::before } .grid-item.ioos-eds .tile-wrap h1, - .grid-item.sensor-map .tile-wrap h1, - .grid-item.glider-dac .tile-wrap h1 { + .grid-item.sensor-map .tile-wrap h1 { font-size: 26px; } @@ -413,11 +411,6 @@ button#search-data-button.btn.btn-default.open span::before background-size : cover; } - a.glider-dac { - background-size : 100%; - background-position : 0 -32px; - } - a.grid-item.twoxone.data-demo-center { background-size: 125%; } @@ -516,8 +509,15 @@ a.grid-item { a.glider-dac { background-image : url("/images/glider.png"); - background-size : 134%; - background-position-y : -55px; + background-size : 150%; + background-position-y : -20px; + background-position-x : -20px; +} + +a.sanct-sound { + background-image : url("/images/sanct-sound.png"); + background-size : 100%; + background-position-y : -35px; } a.sensor-map { @@ -582,8 +582,10 @@ a.data-discovery { } a.regional-associations { - background-image : url("/images/r-a-tile-3.jpg"); - background-size : 100%; + background-image: url("/images/r-a-tile-3.jpg"); + background-size: 110%; + background-position-y: -13px; + background-position-x: -23px; } a.metrics span.glyphicon-signal, diff --git a/public/images/sanct-sound.png b/public/images/sanct-sound.png new file mode 100644 index 0000000..9194a9f Binary files /dev/null and b/public/images/sanct-sound.png differ diff --git a/views/index.html b/views/index.html index adb10b1..552cf2d 100644 --- a/views/index.html +++ b/views/index.html @@ -41,20 +41,25 @@