Sha256: 3599452dc4d26dd2357b556c2d9a8a27462327144b21cec52207299ff95c5367

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

// ===== NEW FOOTER ==================================

footer.partners {
    border-top: 1px solid #f1f1f1;
    padding: 10px 40px 30px 90px;
}

.partners-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-evenly;
    justify-content: space-evenly;

    @media screen and (max-width: 600px) {
        padding-bottom: 30px;
    }
}

$logos_width: 140px !default;
$logos_height: 40px !default;

.img-banner-logos {
    max-width: $logos_width;
    max-height: $logos_height;
    margin-right: 20px;
    margin-bottom: 10px;

    &.fnr {
    max-width: unset;
    }

    &.govlu {
    max-width: unset;
    }

    &.lsru {
    max-width: $logos_width * 1.4;
    }

    &.lih {
        //max-width: unset;
        //max-height: $logos_height * 0.8;
    }

    &.list {
    max-width: unset;
    }

    &.chem {
    max-width: unset;
    max-height: $logos_height * 1.4;
    }

    &.liser {
        //max-width: unset;
        //max-height: $logos_height * 1.4;
    }

    &.dlsm {
        max-width: $logos_width * 2;
    }

    &.wider {
    max-width: $logos_width * 1.4;
    }

    &.taller {
    max-height: $logos_height * 1.4;
    }
}

@media (max-width: 640px) {
    footer.partners {
        padding: 5px 10px 10px 10px;
    }
}  

.mini-logo {
    max-height: 40px;
    padding-right: 20px;
    margin-left: 20px;
}

.mini-logo:last-of-type {
    margin-left: 0px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-lux-covid-theme-0.0.8 _sass/minima/_footer.scss