mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Responsive web design -- hiding center column under a certain width. See: http://news.ycombinator.com/item?id=3138379
This commit is contained in:
parent
3f8ab817df
commit
658a15701a
1 changed files with 6 additions and 0 deletions
|
|
@ -3720,6 +3720,12 @@ background: transparent;
|
|||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1050px) {
|
||||
.NB-modules-center {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* ============ */
|
||||
/* = Features = */
|
||||
/* ============ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue