Minor fixes
h3rald h3rald@h3rald.com
Sun, 08 Dec 2024 14:44:57 +0100
2 files changed,
3 insertions(+),
3 deletions(-)
M
web/assets/styles.css
→
web/assets/styles.css
@@ -127,7 +127,7 @@ }
blockquote { border: 1px solid lime; - padding: 1rem 1rem 0 1rem; + padding: 0 1rem 0 1rem; margin: 0; }
M
web/templates/page.html
→
web/templates/page.html
@@ -26,8 +26,8 @@ <a href="/get">Get</a> |
<a href="/learn">Learn</a> | <a href="/play">Play</a> | <a href="/changelog">Changelog</a> | - <a href="/about">About</a> | - <a href="/spec">Spec</a> + <a href="/spec">Spec</a> | + <a href="/about">About</a> </nav> {{content}} <footer>