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

From 时政文萃
Jump to navigationJump to search
(Wiki user changed the content model of the page Template:Main page/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 17:46, 15 January 2024

.wikifrontpage_row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 -5px 0 -5px;
}
.wikifrontpage_box {
	flex: 1;
	margin: 5px;
	min-width: 240px;
	border: 1px solid #CCC;
	padding: 0 10px 10px 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}