/**
 * Theme Name:        Timothy
 * Template:          twentytwentyfive
 * Description:       Theme created for Polish National Youth Pastoral
 * Version:           1.0.1
 * Author:            Center for Mission and Evangelization
 * Author URI:        https://cme.org.pl
 * Text Domain:       timothy
 * Tested up to:      6.8.1
 * Requires at least: 6.8.1
 * Requires PHP:      8.2
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/********************/
/* Footer at bottom */
/********************/

.wp-site-blocks {
    min-height: 100vh;
    display: grid;
    grid-template-rows: min-content auto min-content;
}

.wp-site-blocks main {
    align-self: start;
}

.wp-site-blocks footer {
    align-self: end;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}



.has-huge-icon-size {

}