/*
Theme Name: Spellbound Ink Child Theme
Theme URI: https://spellbound.ink/
Version: 1.0
Description: A child theme for Spellbound Ink
Author: Jocelyn Traher
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Sticky footer */
.fl-page {
    min-height: 101vh;
    display: flex;
    flex-direction: column;
}

.fl-page-content {
    flex-grow: 1;
}
/* End of sticky footer */
