/*
Theme Name: JournalX Child
Template: journalx
*/
@media (max-width: 768px) {
    .site-branding {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .site-branding .site-logotype {
        margin-right: 0px !important;
    }
}