Skip to content

Commit

Permalink
update topnav
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Oct 10, 2023
1 parent 5d24d57 commit c5ef219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/components/Topnav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@
flex-direction: row;
height: 65px;
/* align-items: center; */
border-bottom: 2px solid #d6d6d6;
border-bottom: 3px solid #393947;
/* padding-top: 15px; */
}
.logo {
height: 60px;
width: 60px;
cursor: pointer;
}
Expand Down
7 changes: 6 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="main">
<Topnav />

<div class="sub"></div>
</div>

<style>
Expand All @@ -46,4 +46,9 @@
height: 100vh;
width: 100vw;
}
.sub{
display: flex;
flex: 1;
}
</style>

0 comments on commit c5ef219

Please sign in to comment.