Added certifications

This commit is contained in:
Florin Dinu
2023-01-22 05:03:36 +02:00
parent 78bb1e6580
commit 5779866696
4 changed files with 93 additions and 4 deletions

View File

@ -182,27 +182,31 @@ p {
margin-bottom: 30px;
}
}
.upper-row {
.upper-row,
.second-upper-row {
position: relative;
overflow: hidden;
margin-bottom: 2px;
}
.job-title,
.degree {
.degree,
.cert-title{
color: $text-color;
font-size: 16px;
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.time {
.time,
.cert-url {
position: absolute;
right: 0;
top: 0;
color: $text-grey;
}
.company,
.university {
.university,
.cert-org {
margin-bottom: 10px;
color: $text-grey;
}
@ -276,3 +280,4 @@ p {
color: $heart;
}
}