1,278
edits
| Line 2,085: | Line 2,085: | ||
| 	color: #045184; | 	color: #045184; | ||
| 	background-image: url('https://wiki.masticationpedia.org/images/0/0d/Scientific_community.jpg'); | 	background-image: url('https://wiki.masticationpedia.org/images/0/0d/Scientific_community.jpg'); | ||
| } | |||
| /* ============= Template:Person card ============= */ | |||
| .scientific-community-container { | |||
| 	display: flex; | |||
| 	flex-wrap: wrap; | |||
| 	gap: 2rem; | |||
| 	justify-content: center; | |||
| 	align-items: flex-start; | |||
| } | |||
| .person-container { | |||
| 	display: inline-block; | |||
| 	width: 20%; | |||
| 	margin: 0; | |||
| 	text-align: center; | |||
| } | |||
| .person-image { | |||
| 	width: 100%; | |||
| 	height: auto; | |||
| 	border-radius: 100%; | |||
| } | |||
| .person-country { | |||
| 	color: #045184;	 | |||
| } | } | ||