styling changes, cleanup, updated res nav

This commit is contained in:
wompmacho
2020-11-19 19:35:04 -05:00
parent 75d5251af6
commit 62ff8c76d1
13 changed files with 115 additions and 123 deletions

View File

@@ -7,7 +7,6 @@
<li class="rounded"><a rel=prefetch aria-current="{segment === 'experience' ? 'page' : undefined}" href="/resume/experience">Experience</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'education' ? 'page' : undefined}" href="/resume/education">Education</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'esports' ? 'page' : undefined}" href="/resume/esports">Esports</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'projects' ? 'page' : undefined}" href="/projects" data-toggle="tooltip" title="This will take you away from this page.">Projects</a></li>
</ul>
<style>
@@ -34,7 +33,6 @@
li {
display: block;
float: left;
}
li:hover {
@@ -55,5 +53,9 @@
width: max-content;
margin: auto;
}
li{
box-shadow: 0px 0px 5px #000000;
}
}
</style>