diff --git a/Heart-the-City-Beneath-mk2/Heart.css b/Heart-the-City-Beneath-mk2/Heart.css index b79a2c3f83..87c1038351 100644 --- a/Heart-the-City-Beneath-mk2/Heart.css +++ b/Heart-the-City-Beneath-mk2/Heart.css @@ -23,6 +23,7 @@ "skills-domains abilities-fallout" "notes notes"; grid-template-columns: 1fr 1fr; + grid-template-rows: repeat(4,auto) 1fr auto; grid-gap: var(--large-gap) calc(2 * var(--large-gap)); align-items: start; align-content: start;