32 lines
604 B
CSS
32 lines
604 B
CSS
|
|
/* Languages */
|
||
|
|
.languages-list {
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
gap: 1.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.language-item {
|
||
|
|
font-size: 0.95rem!important;
|
||
|
|
color: var(--text-dark);
|
||
|
|
margin-bottom: 0.3rem!important;
|
||
|
|
line-height: 1.4!important;
|
||
|
|
margin-left: 2rem!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.language-item small {
|
||
|
|
display: block;
|
||
|
|
font-size: 0.8em;
|
||
|
|
margin-top: 0.2rem;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Experience Items */
|
||
|
|
.experience-item {
|
||
|
|
margin-bottom: 2.5rem;
|
||
|
|
padding-bottom: 2rem;
|
||
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Keep border on all experience items including last one */
|
||
|
|
|