mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:45:05 +03:00
GitHub appears on mobile menu
This commit is contained in:
parent
bb19e36770
commit
4e0944f401
1 changed files with 4 additions and 5 deletions
|
@ -11,6 +11,9 @@
|
|||
<a class="top-nav-link nav-link{{ if $.IsMenuCurrent "main" . }} active" aria-current="page {{ end }}" href="{{ .URL }}">{{ .Name}}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
<li class="nav-item mt-lg-0 mt-md-0 mt-sm-3 mt-3">
|
||||
<a class="top-nav-link nav-link" aria-current="page" href="https://github.com/teaxyz/cli/stargazers">GitHub (<span class="stargazers"></span>)</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
@ -20,10 +23,6 @@
|
|||
|
||||
@media only screen and (max-width: 992px) {
|
||||
|
||||
.offcanvas{
|
||||
border-left: 2px solid #949494;
|
||||
}
|
||||
|
||||
.offcanvas-title{
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue