feature: admin title moved

This commit is contained in:
gaelle morin
2020-11-25 10:43:06 +01:00
parent 88a68e971a
commit 5ed512794e
3 changed files with 9 additions and 10 deletions

View File

@ -761,10 +761,10 @@ h6 {
}
.content-box__height {
min-height: calc(100vh - 50px - 56px); /* Heights of main header and sub-header */
min-height: calc(100vh - 50px); /* Heights of main header and sub-header */
@include breakpoint(lg) {
min-height: calc(100vh - 72px - 78.88px);
min-height: calc(100vh - 72px);
}
}