Newer
Older
CamaraComercioWeb / src / app / shared / components / brand / brand.component.scss
Edward Florez on 30 Sep 2021 246 bytes changes home page
.brand{
    cursor: pointer;
}

.title{
    color: var(--base-color-dark);
    font-style: normal;
}

.container-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

img {
    width: 150px;
}