|
@@ -43,7 +43,7 @@ p {
|
|
}
|
|
}
|
|
.wrapper {
|
|
.wrapper {
|
|
background: #4CAC9D;
|
|
background: #4CAC9D;
|
|
- max-width: 960px;
|
|
|
|
|
|
+ max-width: 1000px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
position: relative;
|
|
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
@@ -54,7 +54,7 @@ p {
|
|
background: #4CAC9D;
|
|
background: #4CAC9D;
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0;
|
|
right: 0;
|
|
- width: 240px;
|
|
|
|
|
|
+ width: 280px;
|
|
height: 100%;
|
|
height: 100%;
|
|
min-height: 800px;
|
|
min-height: 800px;
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -161,7 +161,7 @@ p {
|
|
.main-wrapper {
|
|
.main-wrapper {
|
|
background: #fff;
|
|
background: #fff;
|
|
padding: 60px;
|
|
padding: 60px;
|
|
- padding-right: 300px;
|
|
|
|
|
|
+ padding-right: 340px;
|
|
}
|
|
}
|
|
.main-wrapper .section-title {
|
|
.main-wrapper .section-title {
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
@@ -196,7 +196,8 @@ p {
|
|
.main-wrapper .section {
|
|
.main-wrapper .section {
|
|
margin-bottom: 60px;
|
|
margin-bottom: 60px;
|
|
}
|
|
}
|
|
-.main-wrapper .experiences-section .item {
|
|
|
|
|
|
+.main-wrapper .experiences-section .item,
|
|
|
|
+.main-wrapper .educations-section .item {
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
.main-wrapper .upper-row {
|
|
.main-wrapper .upper-row {
|
|
@@ -204,7 +205,8 @@ p {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-bottom: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
}
|
|
-.main-wrapper .job-title {
|
|
|
|
|
|
+.main-wrapper .job-title,
|
|
|
|
+.main-wrapper .degree {
|
|
color: #3F4650;
|
|
color: #3F4650;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
@@ -217,7 +219,8 @@ p {
|
|
top: 0;
|
|
top: 0;
|
|
color: #97AAC3;
|
|
color: #97AAC3;
|
|
}
|
|
}
|
|
-.main-wrapper .company {
|
|
|
|
|
|
+.main-wrapper .company,
|
|
|
|
+.main-wrapper .university {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
color: #97AAC3;
|
|
color: #97AAC3;
|
|
}
|
|
}
|
|
@@ -233,6 +236,21 @@ p {
|
|
.main-wrapper .projects-section .item {
|
|
.main-wrapper .projects-section .item {
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
+.main-wrapper .publication-title {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ margin-bottom: 1px;
|
|
|
|
+}
|
|
|
|
+.main-wrapper .publication-authors {
|
|
|
|
+ font-style: italic;
|
|
|
|
+ margin-bottom: 1px;
|
|
|
|
+}
|
|
|
|
+.main-wrapper .publications-section .intro {
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
+}
|
|
|
|
+.main-wrapper .publications-section .item {
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+}
|
|
.skillset .item {
|
|
.skillset .item {
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -251,8 +269,7 @@ p {
|
|
background: #7ec6bb;
|
|
background: #7ec6bb;
|
|
}
|
|
}
|
|
.footer {
|
|
.footer {
|
|
- padding: 30px;
|
|
|
|
- padding-top: 60px;
|
|
|
|
|
|
+ padding-top: 30px;
|
|
}
|
|
}
|
|
.footer .copyright {
|
|
.footer .copyright {
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|