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

Template page
Content added Content deleted
mNo edit summary
(change to class to id)
Line 1: Line 1:
.main-about {
#mp-about {
display: flex;
display: flex;
justify-content: space-around;
justify-content: space-around;
Line 8: Line 8:
}
}


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


.main-about .content {
#mp-about-content {
padding-bottom: 1em;
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;
Line 24: Line 24:
}
}


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

Revision as of 23:23, 1 November 2021

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

#mp-logo {
	text-align: center;
	flex: 0 0 auto;
}

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

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

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