content { max-width: 80ch; display: block; }
aside   { float: right; display: table; }
:target { background: honeydew; }

@media (max-width: 80ch) {
	aside { float: initial; }
}
