/* Adjust the size limits of the OJS header logo */
.pkp_site_name .is_img img {
    max-height: 120px !important; /* Increase this number to make it taller */
    width: auto !important;       /* Keeps the original aspect ratio */
}
