nav updated to row

This commit is contained in:
wompmacho
2020-11-13 15:41:13 -05:00
parent 2bc8ef8620
commit 4f93afc42f
3 changed files with 2 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
</script>
<ul class="navbar-nav shadow rounded">
<li class="rounded"><a rel=prefetch aria-current="{segment === 'womp-chat' ? 'page' : undefined}" href="/projects/womp-chat">WompChat Chrome Extension</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'womp-chat' ? 'page' : undefined}" href="/projects/womp-chat">WompChat</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'this-website' ? 'page' : undefined}" href="/projects/this-website">This Site</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'django-site' ? 'page' : undefined}" href="/projects/django-site">Django Site</a></li>
<li class="rounded"><a rel=prefetch aria-current="{segment === 'videography' ? 'page' : undefined}" href="/projects/videography">Videography</a></li>
@@ -25,7 +25,7 @@
ul {
margin: 0;
padding: 0;
flex-direction: column;
flex-direction: row;
background-color: #323233;
height: 100%;
}