all repos — h3rald @ f5303f01e7b1404a04a8dc7d45bf247e37270830

The source code of the h3rald.com web site.

Style fixes.
h3rald h3rald@h3rald.com
Fri, 19 Jun 2026 15:00:51 +0200
commit

f5303f01e7b1404a04a8dc7d45bf247e37270830

parent

b6b4b6cc2159c4cacfb457982312c9acc982cda0

2 files changed, 4 insertions(+), 5 deletions(-)

jump to
M assets/styles/style.cssassets/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.mustachetemplates/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>&mdash; Fabio</p> </div> - </div> - </div> - <div class="sidebar"> {{> _panels}} + </div> </div> <div class="footer" role="contentinfo"> {{> _footer}}