mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Display header in mobile docs
This commit is contained in:
parent
fc4fd803d6
commit
58ddee3b49
1 changed files with 9 additions and 1 deletions
|
@ -45,9 +45,17 @@ p {
|
||||||
/* No-one likes lines that are 400 characters long. */
|
/* No-one likes lines that are 400 characters long. */
|
||||||
div.rst-content {max-width: 54em;}
|
div.rst-content {max-width: 54em;}
|
||||||
|
|
||||||
.wy-side-nav-search, .wy-nav-top, .wy-menu-vertical li.current {
|
.wy-side-nav-search, .wy-menu-vertical li.current {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
.wy-nav-top {
|
||||||
|
background-image: linear-gradient(-211deg, #95699C 0%, #604385 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-nav-top .fa-bars {
|
||||||
|
line-height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.wy-side-nav-search a.icon-home {
|
.wy-side-nav-search a.icon-home {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue