diff options
-rw-r--r-- | yt_channel_about_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html index 5ff1542..61aa995 100644 --- a/yt_channel_about_template.html +++ b/yt_channel_about_template.html @@ -14,6 +14,8 @@ main .avatar{ grid-row:1; grid-column:1; + height:200px; + width:200px; } main .title{ grid-row:1; |