Skip to content

Commit c58c73a

Browse files
committed
Update nav link back to flexbox, override ToC to use block
1 parent 45139e1 commit c58c73a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/_main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ nav ul {
5858

5959
a {
6060
padding: .5em 0;
61-
display: block;
61+
display: flex;
6262
}
6363

6464
a[href]:hover, a[role=button]:hover {
@@ -304,6 +304,10 @@ body[dir="rtl"] .book-menu {
304304
@include fixed;
305305
}
306306

307+
a {
308+
display: block;
309+
}
310+
307311
img {
308312
height: 1em;
309313
width: 1em;

0 commit comments

Comments
 (0)