update: height of pages + bug on project edit form

This commit is contained in:
gaelle morin
2020-06-10 15:36:45 +02:00
parent 213c6a78ab
commit a468fe2377
7 changed files with 15 additions and 7 deletions

View File

@ -348,6 +348,14 @@ h5 {
}
}
.content-box__height {
height: calc(100vh - 50px - 56px); /* Heights of main header and sub-header */
@include breakpoint(lg) {
height: calc(100vh - 83px - 84px);
}
}
.content-box__info {
flex-direction: column;
padding: 3.2rem;