diff --git a/pug/channel.pug b/pug/channel.pug index ac75e4a..fb83960 100644 --- a/pug/channel.pug +++ b/pug/channel.pug @@ -21,7 +21,7 @@ block content .logo img(src=thumbnail.url width=thumbnail.width height=thumbnail.height alt="").thumbnail-image .about - .name= data.author + h1.name= data.author .subscribers= data.second__subCountText +subscribe_button(data.authorId, subscribed, `/channel/${data.authorId}`).subscribe-button.base-border-look .description!= data.descriptionHtml diff --git a/sass/includes/channel-page.sass b/sass/includes/channel-page.sass index 06df5d1..2b4cfd8 100644 --- a/sass/includes/channel-page.sass +++ b/sass/includes/channel-page.sass @@ -43,7 +43,9 @@ .name font-size: 30px + font-weight: normal color: c.$fg-bright + margin: 0 .subscribers color: c.$fg-main