Fix vertical alignment of chapter navigation
This commit is contained in:
parent
93008cf20b
commit
460ec3aed5
|
@ -159,11 +159,14 @@ a > .hljs {
|
||||||
|
|
||||||
.mobile-nav-chapters {
|
.mobile-nav-chapters {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
height: 55px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: var(--sidebar-bg);
|
background-color: var(--sidebar-bg);
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
place-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.previous {
|
.previous {
|
||||||
|
|
Loading…
Reference in New Issue