/*
Theme Name: Sortalist Theme
Theme URI: https://sortalist.com/
Author: Chris Gray
Author URI: https://sortalist.com/
Description: Theme for Sortalist
Template: generatepress
Version: 1.0
Text Domain: generatepress-child
*/
/* Add your custom CSS below this line */

/* Hide post date and author in entry meta */
.entry-meta .posted-on,
.entry-meta .byline {
    display: none;
}
.entry-content:not(:first-child){
	margin-top:1em;
}
.entry-content p{
	margin: 0 4px 1em 4px;
}