From b84c162c659a80782b62a66923ec181423c9bd64 Mon Sep 17 00:00:00 2001 From: Erno Salo <39559256+endormi@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:54:05 +0300 Subject: [PATCH] Decrease .feed width at a certain screen size (#79) --- styles/style.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/style.styl b/styles/style.styl index fff4240..1fed044 100644 --- a/styles/style.styl +++ b/styles/style.styl @@ -284,6 +284,12 @@ footer &::-webkit-scrollbar display none +@media screen and (max-width: 1200px) + .feed + width 350px + .content.with-feed + padding-right 350px + @media screen and (max-width: 980px) .feed width 0