/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/divi-child
 Description:  Divi Child Theme
 Author:       Ditt namn
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

/* Här kan du lägga till egen CSS */



.et_pb_blog .et_pb_post .post-meta {
    order: 1;
}
.et_pb_blog .et_pb_post .entry-title {
    order: 2;
}
.et_pb_blog .et_pb_post {
    display: flex;
    flex-direction: column;
}