From 2cf83d6e2a083969aff8ededfcad555ca9bf8e71 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Jul 2018 17:56:57 -0700 Subject: make grid-items and list-items usable elsewhere --- yt_channel_items_template.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'yt_channel_items_template.html') diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index eb9b1e1..53e5901 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -72,19 +72,7 @@ .item-grid{ grid-row:4; grid-column: 1 / span 2; - - display:grid; - grid-template-columns: repeat(auto-fill, 400px); - grid-auto-rows: 94px; - grid-row-gap: 10px; - } - .item-grid .video-thumbnail-img{ - width:168px; - } - .item-grid .playlist-thumbnail-img{ - width:168px; - } .page-button-row{ grid-column: 1 / span 2; } -- cgit v1.2.3