Commit Diff
Commit:
cef2c4158bfc0b4949e0540cf0c262fa73b017f1
Date:
Wed Aug 24 15:20:03 2022
UTC
Message:
styling for the navigation bar
--- style.css
+++ style.css
@@ -107,6 +107,16 @@ footer {
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;
Omar Polo