Responsive web design -- hiding center column under a certain width. See: http://news.ycombinator.com/item?id=3138379

This commit is contained in:
Samuel Clay 2011-10-21 18:07:08 -07:00
parent 3f8ab817df
commit 658a15701a

View file

@ -3720,6 +3720,12 @@ background: transparent;
margin: 0 0 24px;
}
@media screen and (max-width: 1050px) {
.NB-modules-center {
display: none;
}
}
/* ============ */
/* = Features = */
/* ============ */