diff --git a/css/poketube.css b/css/poketube.css index efb2525b..2520d9fb 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -332,9 +332,13 @@ a { gap: var(--gutter); margin-inline: var(--gutter); - - max-width: 80.9em; - justify-content: center; - margin-left: auto; - margin-right: auto; } + +@media screen and (min-width: 1340px) { + .watch-page { + max-width: 80.9em; + justify-content: center; + margin-left: auto; + margin-right: auto; + } +} \ No newline at end of file