Skip to content

Commit f6884d4

Browse files
author
rohit.mokashi
committed
[RM] Changed content and style
1 parent 9efbf9f commit f6884d4

File tree

10 files changed

+99
-79
lines changed

10 files changed

+99
-79
lines changed

assets/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ a.dotted-link:hover {
199199
/* About Section */
200200
/* Latest Section */
201201
.latest .item {
202-
margin-bottom: 30px;
202+
margin-bottom: 20px;
203203
}
204204

205205
.latest .item .title {
@@ -431,12 +431,12 @@ a.dotted-link:hover {
431431
}
432432

433433
.skills .skillset .level-bar {
434-
height: 15px;
434+
height: 10px;
435435
background: #e8e8e8;
436436
}
437437

438438
.skills .skillset .level-bar-inner {
439-
height: 15px;
439+
height: 10px;
440440
background: #66cb8c;
441441
}
442442

assets/plugins/bootstrap/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/plugins/bootstrap/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/plugins/bootstrap/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/plugins/bootstrap/css/bootstrap.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/plugins/bootstrap/css/bootstrap.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/plugins/bootstrap/css/bootstrap.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/plugins/bootstrap/css/bootstrap.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/_base.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ a.dotted-link {
178178
/* Latest Section */
179179
.latest {
180180
.item {
181-
margin-bottom: 30px;
181+
margin-bottom: 20px;
182182
.title {
183183
font-size: 18px;
184184
margin-top: 0;
@@ -388,11 +388,11 @@ a.dotted-link {
388388

389389
}
390390
.level-bar {
391-
height: 15px;
391+
height: 10px;
392392
background: darken($smoky-white, 5%);
393393
}
394394
.level-bar-inner {
395-
height: 15px;
395+
height: 10px;
396396
background: lighten($color-2, 15%);
397397
}
398398
}

index.html

Lines changed: 86 additions & 66 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)