Template:Blocks/styles.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Harej (talk | contribs) at 21:35, 19 January 2024. 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;
    border-bottom: 1px solid #a2a9b1;
}

.mw-heading2 h2 {
	border-bottom: none;
	margin-bottom: 0;
}

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

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

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