diff --git a/_includes/base.njk b/_includes/base.njk index 394a3fa..bdd4892 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -34,16 +34,20 @@ h1, h2, h3 { color: var(--primary-color); margin: 1.5rem 0 1rem; } h1 { font-size: 2rem; } footer { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border-color); text-align: center; color: #666; font-size: 0.9rem; } + footer > div { + display: flex; + justify-content: space-evenly; + } {# Preload full stylesheet with cache-busted filename #} - - + + {# Defer prism.css - only needed for syntax highlighting #} - - - + + +