Sha256: 741a32a5e653f01ae4b10e1b1027e65cf79335220771f5d9fcb732efbba00950
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 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: 180px !default; $logos_height: 45px !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; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-lux-covid-theme-0.0.7 | _sass/minima/_footer.scss |