lemonstand / lscloud-theme-meyer

An eCommerce theme built using Angular for LemonStand.
MIT License
2 stars 1 forks source link

303 responsive banner #304

Closed jennbrewer closed 6 years ago

jennbrewer commented 6 years ago

Added some code so that the banner image doesn't get cut off for mobile or tablet.

div.banner-container { 
        padding:50px 0; 
        position: relative;
        padding: 0px;
        width: 100%;
        margin-bottom: 0px;
        background-position: top center;
        background-size: contain;
        height: 39.2vw !important;
        min-height: auto;
      }