Jump to content

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

Wrong place for this CSS, reverting.
mNo edit summary
Tag: Reverted
(Wrong place for this CSS, reverting.)
Tag: Manual revert
Line 3: Line 3:
flex-grow: 1;
flex-grow: 1;
}
}
}
/* Eliminate CLS while Shortdesc loads */
#contentSub.ext-shortdesc {
    display: block;
position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}
}