diff options
-rw-r--r-- | yt_channel_items_template.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index 2273956..dbdca56 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -51,6 +51,10 @@ grid-row:4; grid-column: 1 / span 2; } + .item-list{ + width:1000px; + grid-column: 1 / span 2; + } .page-button-row{ grid-column: 1 / span 2; } |