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

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 3: Line 3:
display: flex;
display: flex;
justify-content: space-around;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
flex-wrap: wrap;
gap: 3%;
gap: 3%;

Revision as of 21:58, 2 December 2021

#mp-about {
	margin-bottom: 1.5em;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 3%;
}

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

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

#mp-about-content p:last-child {
	margin-bottom: 0;
}

#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.