Allow multiple position in one company experience (#9)

* Add partials for multiple positions on one company

* Remove unnecessary codes + Fix CSS

Co-authored-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
Pau Trepat Segura 2020-07-06 20:02:54 +02:00 committed by GitHub
parent f03e94e5d4
commit 440f424e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 102 additions and 46 deletions

View file

@ -1,20 +1,24 @@
#experiences {
.experiences-section {
padding-bottom: 1rem;
}
#experiences .timeline {
.experiences-section .timeline {
margin-top: 1.5rem !important;
}
#experiences ul {
.experiences-section ul {
padding-left: 1rem;
}
#experiences ul > li {
.experiences-section ul > li {
margin-left: 0;
color: #3c4858;
}
.experiences-section .designation{
font-weight: 600;
}
.circle {
padding: 13px 20px;
border-radius: 50%;
@ -152,4 +156,4 @@
left: 64%;
top: -50%;
}
}
}