From 36b17364fd7f595aa4a3c3bef6abab462ee6ac56 Mon Sep 17 00:00:00 2001 From: Andre Bulatov Date: Thu, 18 Feb 2016 15:52:04 -0500 Subject: [PATCH] EARMILK Genre Header Playlists CSS --- wp-content/themes/mag-wp/css/colors/default.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wp-content/themes/mag-wp/css/colors/default.css b/wp-content/themes/mag-wp/css/colors/default.css index a0fe707..afd416e 100644 --- a/wp-content/themes/mag-wp/css/colors/default.css +++ b/wp-content/themes/mag-wp/css/colors/default.css @@ -796,6 +796,15 @@ div#placeholder { +/* Genre Headers */ +.archive-header .genre-spotify-playlist { + display: inline-block; + margin: 0 auto; +} +.archive-header .genre-spotify-playlist .genre-spotify-playlist { + display: inline-block; + margin: 0 10px; +}