mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-07 02:01:28 +00:00
Decrease .feed width at a certain screen size (#79)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user