/* Match all project card cover images to nyra-bot's cover height, cropping to fit */
.card-img-top {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

/* <!-- more --> splits a bullet list into two <ul> elements; close the gap so it reads as one list */
ul + ul {
	margin-top: -1rem;
}