diff options
| author | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-22 23:05:30 +0200 |
|---|---|---|
| committer | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-22 23:05:30 +0200 |
| commit | cd5d5280ca954a14fcb1aea60db835881235a2d9 (patch) | |
| tree | 895b7979d18e12c3c26a27cff5d9e176ae91be39 /templates | |
| parent | f4f4551abc2c1b95e66b207938f5282513ecd829 (diff) | |
| download | community.vyos.net-cd5d5280ca954a14fcb1aea60db835881235a2d9.tar.gz community.vyos.net-cd5d5280ca954a14fcb1aea60db835881235a2d9.zip | |
Remove mobile menu and hamburger button
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/main.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/main.html b/templates/main.html index d11e2e0..adff98c 100644 --- a/templates/main.html +++ b/templates/main.html @@ -32,23 +32,10 @@ <a href="/test">TEST AND REPORT A BUG</a>
<a href="http://vyos.io">COMMERCIAL SERVICES</a>
</div>
-
- <div class="header__mobile-menu__buttons">
- <img class="open active" src="/img/header/mobile-menu-open.svg">
- <img class="close" src="/img/header/mobile-menu-close.svg">
- </div>
-
</div>
</div>
</header>
- <nav id="mobile-menu">
- <a href="#">GET VYOS</a>
- <a href="#">CONTRIBUTE</a>
- <a href="#">REPORT A BUG</a>
- <a href="#">COMMERCIAL SERVICES</a>
- </nav>
-
<main>
<div class="container small" id="content">
<!-- content is automatically inserted here -->
|
