Fix for Title item
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -387,6 +387,10 @@
|
|||||||
&.attributes {
|
&.attributes {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
&.experience {
|
||||||
|
flex: 100%;
|
||||||
|
height: calc(100% - 7.5rem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item-list {
|
.item-list {
|
||||||
|
|||||||
@@ -858,12 +858,6 @@
|
|||||||
flex: 100%;
|
flex: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.title {
|
|
||||||
.experience {
|
|
||||||
flex: 100%;
|
|
||||||
width: calc(100% - 7.5rem);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// Lang Adjust.
|
// Lang Adjust.
|
||||||
&.sheet {
|
&.sheet {
|
||||||
|
|||||||
Reference in New Issue
Block a user