Skip to content

Commit

Permalink
remove top margin from title, remove shadow from title, adjust sidena…
Browse files Browse the repository at this point in the history
…v horizontal
  • Loading branch information
Mrfai committed Mar 3, 2023
1 parent 9c8c510 commit 8a54da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="navbar-fixed">
<nav style='background: url("/images/sprites.png") repeat-x 0 100%;margin: 15px 0 25px;padding: 0 0 8px'>
<nav style='background: url("/images/sprites.png") repeat-x 0 100%;margin: 0 0 25px;padding: 0 0 8px;box-shadow: none'>
<div class="nav-wrapper">
<a href="/" class="brand-logo center">

Expand All @@ -22,7 +22,7 @@
</nav>
</div>

<ul class="sidenav sidenav-fixed" id="sidenav" style="top: 85px">
<ul class="sidenav sidenav-fixed" id="sidenav" style="top: 75px">

<li>
<ul class="collapsible">
Expand Down

0 comments on commit 8a54da7

Please sign in to comment.