Newer
Older
CamaraComercioWeb / src / app / shared / components / footer / footer.component.scss
Edward Florez on 30 Sep 2021 431 bytes changes home page

.footer__background{
    height: 252px;
    background: var(--base-color-dark);
    color: var(--base-color-white);
    .content{
        display: flex;
        justify-content: space-around;
        section{
            width: 16rem;
        }
    }
}

p{
    margin-bottom: 0;
}

span{
    margin-bottom:20px ;
}

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