Jump to content

Template:Main page/styles.css: Difference between revisions

Tweaks to avoid CLS when Shortdesc loads
m (Formatting)
(Tweaks to avoid CLS when Shortdesc loads)
Tag: Reverted
Line 3: Line 3:
flex-grow: 1;
flex-grow: 1;
}
}
}
/* Eliminate CLS while Shortdesc loads */
#contentSub {
    display: block;
position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}
}