23 lines
790 B
CSS
23 lines
790 B
CSS
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
|
{
|
|
#portal-body #portal-right { display: none !important; }
|
|
}
|
|
|
|
@media only screen and (max-width: 950px), only screen and (max-device-width: 950px)
|
|
{
|
|
dd.responsive-portal-news { display: none !important; }
|
|
.responsive-portal-news dd.posts, .responsive-portal-news dd.views { display: none !important; }
|
|
.responsive-portal-news dt { width: 125% !important; }
|
|
dt#n { width: 125% !important; }
|
|
}
|
|
|
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
|
{
|
|
.responsive-portal-news dd.lastpost { display: none !important; }
|
|
}
|
|
|
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
|
{
|
|
#portal-left ul.topiclist dd { display: block !important; }
|
|
}
|