update: .customer-logo moved to main.scss

This commit is contained in:
gaelle morin
2020-05-18 15:19:09 +02:00
parent 5d69d1a4ee
commit 5e33021818
4 changed files with 10 additions and 14 deletions

View File

@ -1 +0,0 @@
@import 'project-profile';

View File

@ -1,12 +0,0 @@
#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;
}
}