hubl/src/styles/layout/project/project-profile.scss

13 lines
202 B
SCSS

#project-profile {
.customer-logo {
box-sizing: border-box;
display: flex;
height: 8.5vh;
justify-content: flex-end;
margin-top: 20px;
text-align: end;
width: 15vw;
}
}