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

Template page
Content added Content deleted
(moved styling to css page)
 
mNo edit summary
Line 21: Line 21:
border-bottom: 0;
border-bottom: 0;
font-family: sans-serif;
font-family: sans-serif;
font-weight: bold;
}
}



Revision as of 21:06, 1 November 2021

.main-about {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 3%;
	margin: 50px;
}

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

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

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

.main-about .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.