Template:Main Page about/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 16: Line 16:
font-family: sans-serif;
font-family: sans-serif;
font-weight: bold;
font-weight: bold;
margin-top: 1.2rem;
}
}



Revision as of 07:57, 2 December 2021

#mp-about {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 3%;
}

#mp-about-content {
	padding-bottom: 1em;
	flex: 1 1 200px;
}

#mp-about-content > h1 {
	border-bottom: 0;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 1.2rem;
}

#mp-wiki-stats {
	justify-content: center;
	flex: 0 0 auto;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.