better organization on skills section

This commit is contained in:
shockrah
2020-02-05 20:21:23 -08:00
parent 3583672bea
commit 286de66401
2 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
<div class="col-sm-8 text-white pt-3">
{{ partial "project.html" . }}
{{ partial "experience.html" . }}
{{ partial "skill.html" }}
</div>
</div>
@@ -25,6 +26,9 @@
</body>
<style>
.skill-type {
color: #ffc107;
}
.skill-indent {
text-indent: 30px;
}
</style>