Make home page sections dynamic and configurable

This commit is contained in:
hossainemruz 2020-06-28 22:23:33 +06:00
parent 8f99f05a98
commit 9a95163b7d
17 changed files with 227 additions and 177 deletions

View file

@ -1,16 +1,16 @@
.experiences {
#experiences {
padding-bottom: 1rem;
}
.experiences .timeline {
#experiences .timeline {
margin-top: 1.5rem !important;
}
.experiences ul {
#experiences ul {
padding-left: 1rem;
}
.experiences ul > li {
#experiences ul > li {
margin-left: 0;
color: #3c4858;
}