Newer
Older
CamaraComercioWeb / src / app / shared / components / footer / footer.component.scss
Edward Florez on 1 Oct 2021 404 bytes footer and navbar fixed

.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;
}