Attribute line is now out of the tab in titles

This commit is contained in:
Vlyan
2021-06-16 17:37:08 +02:00
parent b0e212f3e3
commit 1109ab35ab
5 changed files with 22 additions and 16 deletions

View File

@@ -384,12 +384,15 @@
}
&.title {
article {
&.infos {
height: calc(100% - 3.5rem);
}
&.attributes {
height: auto;
}
&.experience {
flex: 100%;
height: calc(100% - 7.5rem);
height: calc(100% - 3.5rem);
}
}
}