Newer
Older
CamaraComercioWeb / src / app / shared / components / footer / footer.component.scss
Fabian Vera on 1 Oct 2021 212 bytes [fix] styles fixed
.footer__background{
    height: 252px;
    color: var(--base-color-white);
    .content{
        section{
            width: 16rem;
        }
    }
}

p{
    margin-bottom: 0;
}

span{
    margin-bottom:20px ;
}