Newer
Older
CamaraComercioWeb / src / app / modules / public / discover / components / list-sites / list-sites.component.scss
Edward Florez on 20 Oct 2021 495 bytes change icons and slide and list working


ul {
  list-style-type: none;
  padding-left: 0;
}

li {
 /*  @media only screen and (min-width: 1500px) {
    min-height: 250px;
    width: 100%;
  } */
  min-height: 250px;
  width: 100%;
  border: 1.5px solid #8c8c8c;
  border-radius: 20px;
}

.img-container {
 
}

.img-container div {
  width: 25rem;
  height: 12.5rem;
  border-radius: 20px;
  background-image: url(../../../../../../assets/images/restaurant_135621509.jpg);
  background-size: cover;
}

.info-container{
  width: 60%;
}