Newer
Older
CamaraComercioWeb / src / app / shared / components / footer / footer.component.scss
Fabian VC on 21 Oct 2021 321 bytes [merge] merge with development_edward
.footer__background{
    height: 252px;
    color: var(--base-color-white);
    .content{
        section{
            width: 16rem;
        }
    }
}

p {
  margin-bottom: 0;
}

span {
  margin-bottom: 20px;
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 26px;
}