From 3f6e5db5f8cefe32d758ef3e84b5fda1fdc09a3a Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 7 Nov 2022 18:54:47 +0100 Subject: [PATCH] Improvements owowowowowo --- css/poketube.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index ceb4aba..fdc7ece 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -51,7 +51,7 @@ a { margin-bottom: 20px; font-stretch: expanded; justify-self: center; - width: max-content; + width: 39em; font-family: "PokeTube Flex"; border: #7c44a0; border-style: solid; @@ -118,9 +118,9 @@ a { } } -@media screen and (min-width: 1400px) { +@media screen and (min-width: 1350px) { .video-info-panel.gradient { - width: 60em; + width: 57em; } } @@ -130,9 +130,14 @@ a { } } +@media screen and (min-width: 1400px) { + .video-info-panel.gradient { + width: 60em; + } +} @media screen and (min-width: 1600px) { .video-info-panel.gradient { - width: 72em; + width: 73em; } }