Merge pull request #6 from wompmacho/update-nav-bar-on-projects-page

nav updated to row
This commit is contained in:
wompmacho
2020-11-13 15:41:31 -05:00
committed by GitHub
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%;
}

View File

@@ -14,7 +14,6 @@
<style>
.innerMain{
display: inline-flex;
width: 100%;
}

View File

@@ -65,11 +65,4 @@
background-color: red;
max-width: 20vw;
}
p{
margin: 1em;
border-radius: 5px;
padding: 1em;
background-color: #333333;
}
</style>