/*
Theme Name: mslteb Child
Theme URI: https://www.youthreachballina.ie/
Author: Youthreach Ballina
Description: Child theme of mslteb. Holds local customisations so the parent theme is never edited.
Template: msltb
Version: 1.0.0
Text Domain: mslteb-child
*/

/* ---------------------------------------------------------------
   Belong To LGBTQ+ Quality Mark
   Output added in front-page.php (Welcome section + funders band).
   --------------------------------------------------------------- */

.quality-mark {
    margin-top: 2rem;
    text-align: center;
}

.quality-mark__logo {
    max-width: 260px;
    width: 100%;
    height: auto;
}

#founders .quality-mark--band img {
    max-width: 150px;
    height: auto;
}

@media (max-width: 767px) {
    .quality-mark__logo {
        max-width: 200px;
    }
}
