diff options
Diffstat (limited to 'yt_comments_template.html')
-rw-r--r-- | yt_comments_template.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/yt_comments_template.html b/yt_comments_template.html index 6bd2c69..09be26e 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -19,8 +19,11 @@ grid-column: 1; grid-row: 1; grid-template-columns: 1fr 640px; - grid-template-rows: 0fr 0fr; + grid-template-rows: 0fr 0fr 0fr; } + .video-metadata{ + grid-column: 2; + } .comments{ grid-column:2; } @@ -36,6 +39,7 @@ $header <main> <div id="left"> +$video_metadata <section class="comments"> $comments </section> |