[ticket/656] Reduce margin of topiclist in responsive portal all

B3P-656
This commit is contained in:
Marc Alexander
2016-04-23 11:05:08 +02:00
parent 2338089b51
commit 84359510c5

View File

@@ -35,6 +35,12 @@
.portal-body-center dt { width: 100% !important; }
}
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
.portal-body-center ul.topiclist dt .list-inner {
margin-right: 0;
}
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
#portal-left, #portal-right {
display: none;