Fix vertical alignment of chapter navigation

This commit is contained in:
Yota Toyama 2021-09-08 02:06:32 +00:00
parent 93008cf20b
commit 460ec3aed5
1 changed files with 4 additions and 1 deletions

View File

@ -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 {