[responsive/portal] Hide parts of portal on small screens
This commit is contained in:
12
styles/prosilver/theme/responsive.css
Normal file
12
styles/prosilver/theme/responsive.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
|
||||
{
|
||||
#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; }
|
||||
}
|
||||
Reference in New Issue
Block a user