Merge branch 'sharu725:master' into master

This commit is contained in:
Florin Dinu 2023-02-18 12:21:01 +02:00 committed by GitHub
commit 1ffc5c0459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ p {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
margin-bottom: 2px; margin-bottom: 2px;
display: flex;
} }
.job-title, .job-title,
.degree, .degree,
@ -196,6 +197,7 @@ p {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-weight: 500; font-weight: 500;
flex: 75%;
} }
.time, .time,
.cert-url { .cert-url {
@ -203,6 +205,7 @@ p {
right: 0; right: 0;
top: 0; top: 0;
color: $text-grey; color: $text-grey;
flex: 25%;
} }
.company, .company,
.university, .university,