MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
Line 3,149: Line 3,149:
width: 100%;
width: 100%;
margin-bottom: 0;
margin-bottom: 0;
}

.mainpage-body .tile-halves {
border-radius: 0.6em;
overflow: hidden;
}
}


Line 3,198: Line 3,203:
flex: 1;
flex: 1;
background: none;
background: none;
border-radius: 0.6em;
overflow: hidden;
}
}


Line 3,383: Line 3,386:
.mainpage-recent-updates {
.mainpage-recent-updates {
grid-template-columns: repeat(2, 1fr);
grid-template-columns: repeat(2, 1fr);
}

.mainpage-recent-updates .tile-halves {
border-radius: 0.6em;
overflow: hidden;
}
}