/*
 Theme Name:   Blocksy Child
 Description:  Custom Blocksy child theme to sync Archive layouts with Blog settings while keeping Archive Titles.
 Author:       Marc
 Template:     blocksy
 Version:      1.0.0
*/

/* Custom styles for Archive and Blog titles to ensure visual consistency */
.archive .page-title, 
.blog .page-title {
    text-align: center;
    margin-bottom: 2rem;
}