Difference between revisions of "Template:If mobile/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Pppery
(Navboxes are already hidden by default on the mobile website)
imported>Pseudo Classes
(This edit imported from Template:If mobile/styles.css is powered by Duplicator Premium.)
Line 1: Line 1:
.ifmobile .ifmobile-desktop:nth-child(2n+1),
+
.ifmobile > .mobile:nth-child(2n) {
.ifmobile .ifmobile-mobile:nth-child(2n+1) {
+
    display: none;
display:none;
 
 
}
 
}

Revision as of 02:14, 22 September 2020

.ifmobile > .mobile:nth-child(2n) {
    display: none;
}