Fix menu burger icon in navbar (mobile devices)
This commit is contained in:
parent
b2e5672aec
commit
fe8f679529
|
@ -0,0 +1,3 @@
|
|||
.wy-nav-top i {
|
||||
line-height: 50px;
|
||||
}
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<link rel="stylesheet" href="{{ base_url }}/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/css/theme_extra.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/css/theme_child.css" type="text/css" />
|
||||
<!-- local code syntax highlighting -->
|
||||
<link rel="stylesheet" href="{{ base_url }}/css/github.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ base_url }}/css/highlight.css" type="text/css" />
|
||||
|
|
Loading…
Reference in New Issue