HELP!
www.designkey.us guys my store is broken i add a code next i delet it and now i got error what can i do somone help please
.order-discount-wrapper {
@include at-query($max, $small) {
display: flex;
justify-content: space-between;
width: 100%;
}
}
.site-header__logo-image img {
max-width: 350px !important;
}
.collection-hero__image{
height: 400px;
}
// Below goes styles for mobile
@media screen and (max-width: 749px) {
.collection-hero__image{
height: 200px;
}
}
.grid__item.grid-collection.medium–one-half.large–one-third {
width: 50%!important;
}
.grid-view-item__image-wrapper {
max-width: 100%!important;
}
.grid-view-item__image-wrapper .grid-view-item__image {
max-height: 100%!important;
max-width: 100%!important;
}
footer.site-footer{
background-color: #000;
color: #000;
}
footer.site-footer a, footer.site-footer{
color: #fff;
} }
.hero__text-align h2.hero__title.h1 {
font-size: 30px !important;
font-weight: normal;
}
@media (max-width:545px){
.hero__text-wrap {
display: none!important;
}
@media screen and (max-width: 768px){
.site-header__logo img {
max-height: 100px;
}