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; } }