diff --git a/css/styles.css b/css/styles.css index 261c0af..05d1b5e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -448,7 +448,7 @@ img { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - line-height: 1; + line-height: 1.4; display: flex; align-items: center; } diff --git a/css/video-page.css b/css/video-page.css index abb0416..0389dfb 100644 --- a/css/video-page.css +++ b/css/video-page.css @@ -186,6 +186,7 @@ font-size: 1rem; font-weight: 600; margin: 0; + line-height: 1.4; } .subscribe-button { @@ -446,7 +447,7 @@ text-overflow: ellipsis; font-size: 0.75rem; font-weight: normal; - line-height: 1; + line-height: 1.4; display: flex; align-items: center; }