Merge pull request #672 from marc1706/ticket/656
[ticket/656] Reduce margin of topiclist in responsive portal all
This commit is contained in:
@@ -35,6 +35,12 @@
|
|||||||
.portal-body-center dt { width: 100% !important; }
|
.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) {
|
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
|
||||||
#portal-left, #portal-right {
|
#portal-left, #portal-right {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user