Merge branch 'master' into feature/hubl-2

This commit is contained in:
Jean-Baptiste Pasquier
2020-11-30 19:17:22 +01:00
5 changed files with 16 additions and 10 deletions

View File

@ -9,5 +9,8 @@
}
.avatar-text {
position: absolute;
top: 2.8rem;
top: 7.5rem;
@include breakpoint(lg) {
top: 2.8rem;
}
}