CollectionBuilder / collectionbuilder-csv

CollectionBuilder-CSV is a "stand alone" template for creating digital collection and exhibit websites using Jekyll and a metadata CSV.
MIT License
21 stars 16 forks source link

check home banner sizing on mobile #68

Open evanwill opened 11 months ago

evanwill commented 11 months ago

this doesn't seem like it makes sense:

@media screen and (max-width: 576px) {
    #home-title-box {
        max-height: 500px;
    }
}

?