Commit Diff
Commit:
d18a077f45df8f8153c0196219205ecbe0486706
From:
Omar Polo <op@omarpolo.com>
Date:
Fri Aug 26 22:33:17 2022 UTC
Message:
tweak spacing now that we have two navs
commit - d40f4fe27f6b3423e50ba063e96f02e030dc0acf
commit + d18a077f45df8f8153c0196219205ecbe0486706
blob - 6ae9529dd8bb3fd565c1dae0c960865af71c7637
blob + 7db29f260706912c1d42a882f072d358f75cc5a4
--- style.css
+++ style.css
@@ -40,7 +40,6 @@ header.index-header {
}
header.index-header {
- margin: 20px 0;
text-align: center;
}
@@ -107,7 +106,7 @@ nav.next-prev {
}
nav.next-prev {
- margin: 3rem 1rem 1rem;
+ margin: 1rem;
text-align: center;
}
Omar Polo