/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Your Name
Author URI: https://example.com/
Description: Child theme for Astra
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1;
}