/**
 * entry.css
 *
 * Styles related to a page entry.
 */

.entry {
	padding: 0 0 3rem;
	position: relative;
}

.entry--content {
	font-size: var(--font-size-body);
	line-height: var(--line-body);
}

.entry--content > :first-child {
	margin-top: 0;
}

.entry--content > :last-child {
	margin-bottom: 0;
}
