diff --git a/examples/examples.css b/examples/examples.css index 233c922..e1969d1 100644 --- a/examples/examples.css +++ b/examples/examples.css @@ -61,11 +61,11 @@ body { } #prev { - left: 40px; + left: 0; } #next { - right: 40px; + right: 0; } #toc { @@ -87,6 +87,14 @@ body { box-shadow: -2px 0 15px rgba(0, 0, 0, 1); content: ""; } + + #prev { + left: 40px; + } + + #next { + right: 40px; + } } .arrow { diff --git a/examples/hypothesis-spreads.html b/examples/hypothesis-spreads.html index 66a63eb..c8730e7 100644 --- a/examples/hypothesis-spreads.html +++ b/examples/hypothesis-spreads.html @@ -8,15 +8,6 @@ - - - -