From a650b883e6200ebd64d9047aa07073b05c702235 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Thu, 6 Jul 2017 22:08:25 +0100 Subject: [PATCH] fix feed styles --- src/styles/style.styl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/styles/style.styl b/src/styles/style.styl index fe3b597..d3a67f0 100644 --- a/src/styles/style.styl +++ b/src/styles/style.styl @@ -62,8 +62,9 @@ section margin-top 0 &.with-feed - @media screen and (min-width: 1100px) - padding-right feedWidth + padding-right feedWidth + + section:first-child box-shadow -1px -1px 1px rgba(0, 0, 0, 0.05) border-bottom 1px solid #EEEEEE @@ -277,7 +278,7 @@ footer @media screen and (max-width: 980px) .feed width 0 - .content + .content.with-feed padding-right 0 .message @@ -360,4 +361,4 @@ footer @media screen and (max-width: 700px) .bread-img - display none \ No newline at end of file + display none