From bcfd005cc9dc4a998f42de34a0f1502a4ab8050e Mon Sep 17 00:00:00 2001 From: Magnus Madsen Date: Mon, 3 Aug 2026 15:12:51 +0200 Subject: [PATCH] fix: correct invalid grid nesting, heading nesting, and navbar collapse Three markup issues found while auditing the site: - index.astro nested a `.row` directly inside another `.row` in the Sponsors and Collaborators sections. The inner row's -15px negative margins applied with no `.col` padding to cancel them. Split each into two sibling rows, moving `mb-4` to the logo row so spacing before the following `
` is unchanged. - blog.astro wrapped an `

` in an ``. Inverted to put the anchor inside the heading. The `` still supplies the link color the `

` was inheriting, so it renders identically. - The navbar `