From 445348a4acb84de00097cfc868f9ae805b62482e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 15 Aug 2019 14:50:19 -0400 Subject: [PATCH] Add youtube social to off-canvas, replacing the blog --- scss/_left-off-canvas.scss | 3 +++ sections/off-canvas.php | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/_left-off-canvas.scss b/scss/_left-off-canvas.scss index 32aec19..32331ce 100644 --- a/scss/_left-off-canvas.scss +++ b/scss/_left-off-canvas.scss @@ -48,6 +48,9 @@ aside.left-off-canvas-menu { #blog { background-position: -237px 0; } + #youtube { + background-position: -317px 0; + } } aside.left-off-canvas-menu li.page_item { display: block; diff --git a/sections/off-canvas.php b/sections/off-canvas.php index 1ca6908..bc48ff9 100644 --- a/sections/off-canvas.php +++ b/sections/off-canvas.php @@ -12,7 +12,8 @@ - + +
-- 2.17.1