/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-list article {
    flex: 1 1 300px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

.post-list article h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.post-list article .entry-content {
    font-size: 1em;
}