From 9464f9d86e1d8bda484eee7aff6d4e9b9d2c5609 Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 22 Dec 2023 16:40:34 +0000 Subject: [PATCH] woah responsive n stuff --- html/channel.ejs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/html/channel.ejs b/html/channel.ejs index 00f4cf53..80dcac81 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -333,6 +333,16 @@ text-transform:uppercase; height: auto; max-height: 150px; } + + @media screen and (max-width: 1230px) { + .channel-info > .avatar > img { + margin-left: 1em; +} + .name { + margin-left: 5em !important; + } +} + .subscribe-button:hover { animation: animateBg 2s infinite linear; background-color: #fff;