Sha256: 66d644fa7a6fa2fef961ff49f070c9b3abe5418c4eebad07925a5017abe81179

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

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

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

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

$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;
    }

    &.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;
    }
}  

Version data entries

2 entries across 2 versions & 1 rubygems

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