/* Styles for David Prickett theme */

html,
body {
  height: 100%;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.wp-site-blocks main {
  flex-grow: 1;
}
