diff --git a/css/landing-page.css b/css/landing-page.css
index a613ebc..092a2fa 100644
--- a/css/landing-page.css
+++ b/css/landing-page.css
@@ -79,12 +79,13 @@ h6 {
}
.adi-header {
- padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
+ padding-top: 20px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
padding-bottom: 20px;
text-align: center;
color: #f8f8f8;
- background: url(../img/background-podcast.jpg) no-repeat center center;
+ background: url(../img/splash-adi.png) no-repeat center center;
background-size: cover;
+ vertical-align: middle;
}
.adi-list {
@@ -92,6 +93,7 @@ h6 {
padding-bottom: 10px;
text-align: center;
color: #f8f8f8;
+ vertical-align: middle;
}
.back-white {
diff --git a/img/spash-adi.png b/img/spash-adi.png
new file mode 100644
index 0000000..47bbe1e
Binary files /dev/null and b/img/spash-adi.png differ