From f336177cba7db1067ab019acfd26b60e0a600cf9 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 26 Nov 2022 10:35:46 +0000 Subject: [PATCH] fix some issues :3 --- css/poketube-responsive.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/poketube-responsive.css b/css/poketube-responsive.css index 9726c289..fb684af1 100644 --- a/css/poketube-responsive.css +++ b/css/poketube-responsive.css @@ -21,7 +21,7 @@ /* RESPONSIVE STUFF */ -/* Formula for xx50px - inital widht + 3em */ +/* Formula for xx50px - inital width + 3em */ @media screen and (min-width: 1100px) { .video-info-panel.gradient { width: 41em; @@ -36,7 +36,7 @@ @media screen and (min-width: 1300px) { .video-info-panel.gradient { - width: 55em; + width: 54.8em; } }