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

Template page
Content added Content deleted
mNo edit summary
m (ChaoticShadow moved page Template:Main Page/About/styles.css to Template:Main Page about/styles.css without leaving a redirect)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#mp-about {
#mp-about {
margin-bottom: 1.5em;
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%;
Line 8: Line 8:


#mp-about-content {
#mp-about-content {
padding-bottom: 1em;
flex: 1 1 200px;
flex: 1 1 200px;
}
}
Line 17: Line 16:
font-weight: bold;
font-weight: bold;
margin-top: 1.2rem;
margin-top: 1.2rem;
}

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



Latest revision as of 04:53, 22 July 2022

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