/* Small adjustments on top of Bootstrap 5. Single adaptive theme. */

body {
	min-height: 100vh;
}

.navbar-brand span {
	font-weight: 600;
	letter-spacing: .2px;
}

code {
	font-size: .85em;
}

.card {
	border: 0;
}

main.container {
	max-width: 1100px;
}

/* Keep tables comfortable on narrow screens. */
@media (max-width: 575.98px) {
	.table > :not(caption) > * > * {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}
