/*
 Theme Name:   Maeykehiem
 Description:  Bricks child theme for Maeykehiem
 Author:       Laurens ontwikkelt
 Author URI:   https://www.laurensontwikkelt.nl/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/**
 * Stretch content to fill entire window
 */
html {
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
}

body {
  height: 100%;
}

:where(ul) {
  margin: 0 0 1.2em;
    margin-bottom: 1.2em;
}

:where(ul:last-child) {
  margin-bottom: 0;
}

.brxe-text h2,
.brxe-text h3,
.brxe-text h4 {
	margin-bottom: 0.5rem;
}
