/*
 * Theme Name:  Spotlight Child
 * Theme URI:   https://codesupply.co/themes/spotlight/
 * Description: Spotlight Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    spotlight
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
}

@media (min-width: 600px) {
    .layout-featured-full .entry-excerpt {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media (min-width: 1020px) {
    .entry-container {
        justify-content: left;
    }
}