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)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
.main-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%;
margin: 0 50px;
}
}


.main-about .logo {
#mp-about-content {
text-align: center;
flex: 0 0 auto;
}

.main-about .content {
padding-bottom: 1em;
flex: 1 1 200px;
flex: 1 1 200px;
}
}


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

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


.main-about .stats {
#mp-wiki-stats {
justify-content: center;
justify-content: center;
flex: 0 0 auto;
flex: 0 0 auto;

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.