[responsive/portal] Improve look of compact news on lower widths

This commit is contained in:
Marc Alexander
2013-11-28 00:30:27 +01:00
parent 0ec477c849
commit 614e4170f4
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
{
#portal-body #portal-right { display: none !important; }
}
@@ -10,3 +10,8 @@
.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; }
}