.custom-logo-link {
	display: inline-flex;
	flex-direction: row;
	gap: 1ch;
	align-items: center;
	justify-content: start;

	img {
		height: 3rem;
	}

	&::after {
		Xdisplay: inline-block !important;
		content: 'spencer rhodes.'
		Xwidth: 8em;
		font-size: 1.618rem;
		font-weight: 700;
	}
}

