commit cef2c4158bfc0b4949e0540cf0c262fa73b017f1 from: Omar Polo date: Wed Aug 24 15:20:03 2022 UTC styling for the navigation bar commit - 28ebc168d009ad4283df12fa2ac781d1d6cdd6cb commit + cef2c4158bfc0b4949e0540cf0c262fa73b017f1 blob - d320d6b334a2a74fedb869a86a7bb53c275594e0 blob + 0a70c5280f648b507314a698404a1565ab768ce7 --- style.css +++ style.css @@ -107,6 +107,16 @@ hr { white-space: pre; } +nav.next-prev { + margin: 3rem 1rem 1rem; + text-align: center; +} + +nav.next-prev a { + display: inline-block; + margin: 0 1rem; +} + footer { margin-top: 70px; border-top: 1px solid #333;