Style fixes.
h3rald h3rald@h3rald.com
Fri, 19 Jun 2026 15:00:51 +0200
2 files changed,
4 insertions(+),
5 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -45,6 +45,7 @@ }
.page h2 { text-align: center; + margin-bottom: var(--leading); } .navlinks {@@ -62,7 +63,7 @@ h2,
.h2 { font-size: 1.6rem; margin-top: 1rem; - margin-bottom: var(--leading); + margin-bottom: var(--quarter-leading); } h3,@@ -360,7 +361,7 @@ width: 75px;
} .panel { - margin: 4px; + margin: 8px 0; background: var(--secondary-background); padding: 8px; }
M
templates/home.mustache
→
templates/home.mustache
@@ -16,10 +16,8 @@ <p>Last but not least, I also added a <a href="/grimoire">grimoire</a> section, where you'll find useful <em>spells</em> to cast on with your command line to solve common problems (and save some time instead of searching the web or asking AI bots or something).</p>
<p>Enjoy your stay, and thank you for stopping by!</p> <p>— Fabio</p> </div> - </div> - </div> - <div class="sidebar"> {{> _panels}} + </div> </div> <div class="footer" role="contentinfo"> {{> _footer}}