/* header-oneline for dev.css v6, a lightweight CSS framework - https://tangled.org/devins.page/dev.css */
/* about: makes the header much more compact by sorting horizontally, good with header-sticky addon */
/* note: will hide most elements in header other than img, h1-6, nav, and button */

header * {
	font-size: 1rem;
	line-height: 1;
}

header {
	display: flex;
	gap: 1rem;
}

header > *:not(img, h1, h2, h3, h4, h5, h6, nav, button) {
	display: none;
}
