From 7560dd1ad52945f3ff5c5524a4a2a937a9b52ca3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 15 Oct 2014 15:46:34 -0400 Subject: [PATCH] Homepage slideshow --- css/app.css | 3 +++ front-page.php | 7 +++++-- scss/site/_structure.scss | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index b4a8d99..39de932 100644 --- a/css/app.css +++ b/css/app.css @@ -5910,6 +5910,9 @@ article h2 { #homepage-hero .download { margin-top: 1.25rem; } +.homepage_slideshow { + padding: 0; } + #homepage_market_experts { padding: 20px; text-align: center; } diff --git a/front-page.php b/front-page.php index 7676daf..770fc9e 100644 --- a/front-page.php +++ b/front-page.php @@ -2,8 +2,11 @@ get_header(); ?>
-
- +
+
diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 28ca949..127a7dd 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -391,7 +391,10 @@ article h2 { .download { margin-top: rem-calc(20); } } - // Home + // Home + .homepage_slideshow { + padding: 0; + } #homepage_market_experts { padding: 20px; text-align: center; -- 2.17.1