/*
Theme Name: Tjas
Theme URI: https://tjas.nl
Author: GSSV Tjas
Author URI: https://tjas.nl
Description: Shared base child theme for GSSV Tjas sajTs. Builds on Twenty Twenty-Five and ships an editable Tjas footer credit as a default. Everything here is a starting point each committee can change or remove in the Site Editor.
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tjas
*/

/* Sticky footer: pin the footer to the bottom of the viewport on short pages. */
.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > footer {
	margin-top: auto;
}
