Fix section group alignment (#3684)

This commit is contained in:
Zeno Kapitein
2025-09-24 15:58:34 +02:00
committed by GitHub
parent c23d4ef331
commit 912d1693f5
@@ -210,7 +210,7 @@ function SectionGroupTileList(props: {
const hasGroups = groups.length > 0;
return (
<div className="flex flex-col md:flex-row md:items-start">
<div className="flex flex-col md:flex-row">
{/* Non-grouped sections */}
{hasSections && (
<ul