/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* fix P margins in Bricks Blocks */
.brxe-block>p {
  margin: 0;
}

/* ensure footer goes to bottom, even if there isn not enough content*/
body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}