/* Wijzigingslog
 * v1.0.0 - 2026-04-20 13:56 CEST
 * - Theme-override toegevoegd op body max-height (core gebruikt 100svh).
 * - Onderrand onder footer weggehaald door footer-bottom spacing te neutraliseren.
 */

body {
	max-height: none;
}

footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
