Fix for Title item

This commit is contained in:
Mandar
2021-06-16 13:32:18 +02:00
parent 73f3a634b0
commit 3507a0f26b
3 changed files with 5 additions and 7 deletions

View File

@@ -387,6 +387,10 @@
&.attributes {
height: auto;
}
&.experience {
flex: 100%;
height: calc(100% - 7.5rem);
}
}
}
.item-list {