Added a hamburger menu for the navbar
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 5s
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 5s
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="mobile-nav-toggle" aria-label="Toggle menu">
|
||||
☰
|
||||
</button>
|
||||
<nav class="navbar">
|
||||
<div class="navbar-top-icons">
|
||||
<div class="icon-item">
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="mobile-nav-toggle" aria-label="Toggle menu">
|
||||
☰
|
||||
</button>
|
||||
<nav class="navbar">
|
||||
<div class="navbar-top-icons">
|
||||
<div class="icon-item">
|
||||
|
||||
Reference in New Issue
Block a user