Fixed the mobile hamburger
added some space so mobile users dont hit the scrollbar on accident
This commit is contained in:
parent
3506b442a1
commit
a328ab9aa5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ import navbarPages from "../data/navbarPages.json";
|
|||
}
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="xl:hidden z-5 mr-2 z-20">
|
||||
<div class="xl:hidden z-5 mr-4 z-20">
|
||||
<button
|
||||
class="hamburger hamburger--collapse flex bg-white p-0 m-0"
|
||||
color="#FFFFFF"
|
||||
|
|
Loading…
Reference in a new issue