diff --git a/blocks/art_wall.ninjatpl b/blocks/art_wall.ninjatpl
index 2a99f71..7c37bf0 100644
--- a/blocks/art_wall.ninjatpl
+++ b/blocks/art_wall.ninjatpl
@@ -1 +1 @@
-{% set showNames = true %}{% if showChildName == false %}{% set showNames = false %}{% endif %}{% if title %}
{{ title }} {% endif %}{% if not items %}
No artworks yet — pin a few pieces to fill the wall.
{% else %}
{% for art in items %}
{% if art.image %} {% else %} {% endif %}{% if showNames and art.childName %}{{ art.childName }} {% endif %}{% if showNames and art.childName and art.age %}, {% endif %}{% if art.age %}age {{ art.age }} {% endif %} {% endfor %}
{% endif %}
+{% set showNames = true %}{% if showChildName == false %}{% set showNames = false %}{% endif %}{% if title %}
{{ title }} {% endif %}{% if not items %}
No artworks yet — pin a few pieces to fill the wall.
{% else %}
{% for art in items %}
{% if art.image %} {% else %} {% endif %}{% if showNames and art.childName %}{{ art.childName }} {% endif %}{% if showNames and art.childName and art.age %}, {% endif %}{% if art.age %}age {{ art.age }} {% endif %} {% endfor %}
{% endif %}
diff --git a/blocks/story_time.ninjatpl b/blocks/story_time.ninjatpl
index 436e4fb..fe33b58 100644
--- a/blocks/story_time.ninjatpl
+++ b/blocks/story_time.ninjatpl
@@ -1 +1 @@
-{% if cover %} {% else %} {% endif %}Story time {% if bookTitle %}
{{ bookTitle }} {% endif %}{% if line %}
"{{ line }}"
{% else %}
Add a line from the story to read together.
{% endif %}{% if author %}
by {{ author }} {% endif %}
+{% if cover %} {% else %} {% endif %}Story time {% if bookTitle %}
{{ bookTitle }} {% endif %}{% if line %}
"{{ line }}"
{% else %}
Add a line from the story to read together.
{% endif %}{% if author %}
by {{ author }} {% endif %}
diff --git a/manifest.yaml b/manifest.yaml
index 4e47d10..528fb31 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -308,15 +308,6 @@ css:
.kg-section { padding-block: clamp(2rem, 5vw, 3rem); }
.kg-sect { padding-block: clamp(2.25rem, 5vw, 3.5rem); position: relative; }
- .kg-cols { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
- @media (min-width: 640px) {
- .kg-cols-2, .kg-cols-3, .kg-cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
- }
- @media (min-width: 1024px) {
- .kg-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
- .kg-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
- }
-
/* Hero — full sizing + type in CSS so it never depends on the
(unreliable) min-h-screen / responsive Tailwind in the template. */
.kg-hero {
@@ -440,13 +431,6 @@ css:
.kg-schedule-icon { color: hsl(var(--primary)); }
/* Art-wall polaroid (persona block). */
- .kg-gallery-grid {
- display: grid;
- grid-template-columns: 1fr;
- gap: 1.5rem;
- }
- @media (min-width: 640px) { .kg-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
- @media (min-width: 1024px) { .kg-gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.kg-polaroid {
background-color: hsl(var(--card));
border-radius: 1rem;
@@ -500,9 +484,6 @@ css:
background-color: hsl(var(--card));
border: 3px solid hsl(var(--border));
}
- @media (min-width: 768px) {
- .kg-storybook { grid-template-columns: 1fr 1fr; align-items: center; }
- }
.kg-storybook-quote {
font-family: var(--font-heading, "Baloo 2", "Quicksand", sans-serif);
font-size: clamp(1.25rem, 3vw, 2rem);
diff --git a/templates/overrides/kindergarten/feature-grid.ninjatpl b/templates/overrides/kindergarten/feature-grid.ninjatpl
index cec6a65..cf3e540 100644
--- a/templates/overrides/kindergarten/feature-grid.ninjatpl
+++ b/templates/overrides/kindergarten/feature-grid.ninjatpl
@@ -4,7 +4,7 @@
{% if eyebrow %}
{{ eyebrow }}
{% endif %}
{% if heading %}{{ heading }} {% endif %}
{% if intro %}{{ intro }}
{% endif %}
-
+
{% for item in items %}
{% if item.icon %}
{% endif %}