Template:Blocks/styles.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Harej (talk | contribs) at 16:24, 20 January 2024 (width of header div). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

.blocks-block {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
}

.heading-container {
    display: flex;
    align-items: baseline;
}

.heading-container h2 {
    margin-right: 4px;
}

.mw-heading {
	width: 85%;
}

@media (max-width: 600px) {
    .blocks-block {
        width: 95%;
    }
}

@media (min-width: 601px) {
    .blocks-block {
        width: 45%;
    }
}