Decrease .feed width at a certain screen size (#79)

This commit is contained in:
Erno Salo
2020-09-23 16:54:05 +03:00
committed by GitHub
parent 46f51f8237
commit b84c162c65

View File

@@ -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