diff --git a/src/theme/book.css b/src/theme/book.css index 102b1762..c6e2546d 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -222,7 +222,7 @@ h3 { left: 0; } .next { - right: 0; + right: 15px; } .theme-popup { position: fixed; diff --git a/src/theme/stylus/nav-icons.styl b/src/theme/stylus/nav-icons.styl index 2ffb93f7..211db682 100644 --- a/src/theme/stylus/nav-icons.styl +++ b/src/theme/stylus/nav-icons.styl @@ -20,4 +20,4 @@ .mobile-nav-chapters { display: none } .nav-chapters:hover { text-decoration: none } .previous { left: 0 } -.next { right: 0 } +.next { right: 15px }