diff --git a/manifest.yaml b/manifest.yaml index a1893f3..3f226d5 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -136,13 +136,6 @@ css: padding-left: 1rem; padding-right: 1rem; } - .editorial-wide { - max-width: 72rem; - margin-left: auto; - margin-right: auto; - padding-left: 1rem; - padding-right: 1rem; - } .editorial-article-grid { display: grid; grid-template-columns: 1fr; @@ -159,19 +152,6 @@ css: } } - /* --- Home "river" reading column + vertical rhythm --- - * CSS-defined (not JIT Tailwind) so width + spacing always compile. - * Keeps the essay list at a comfortable measure and stops stacked - * cards from fusing into one seam-y block. */ - .editorial-river { - max-width: 48rem; - margin-left: auto; - margin-right: auto; - padding-left: 1rem; - padding-right: 1rem; - } - .editorial-flow > * + * { margin-top: 2rem; } - /* --- Hero display title — responsive size via media queries so it is * independent of the host Tailwind JIT (large text-* combos in theme * templates are not reliably scanned). --- */ diff --git a/templates/editorial/blog-index.ninjatpl b/templates/editorial/blog-index.ninjatpl index be365bf..2b806f7 100644 --- a/templates/editorial/blog-index.ninjatpl +++ b/templates/editorial/blog-index.ninjatpl @@ -5,7 +5,7 @@ {{ admin_banner_html|safe }} {% if slots.header %}
{{ slots.header|safe }}
{% endif %}
-
+
{% if title %}

{{ title }}

diff --git a/templates/editorial/contact.ninjatpl b/templates/editorial/contact.ninjatpl index 64d42fa..977b1e8 100644 --- a/templates/editorial/contact.ninjatpl +++ b/templates/editorial/contact.ninjatpl @@ -5,7 +5,7 @@ {{ admin_banner_html|safe }} {% if slots.header %}
{{ slots.header|safe }}
{% endif %}
-
+
{% if slots.aside %}
{% if slots.main %}{{ slots.main|safe }}{% endif %}
diff --git a/templates/editorial/full-width.ninjatpl b/templates/editorial/full-width.ninjatpl index b5a34af..61f13d8 100644 --- a/templates/editorial/full-width.ninjatpl +++ b/templates/editorial/full-width.ninjatpl @@ -4,7 +4,7 @@ {{ admin_banner_html|safe }} {% if slots.header %}
{{ slots.header|safe }}
{% endif %} -
{% if slots.main %}{{ slots.main|safe }}{% else %}

No content blocks assigned to this page.

{% endif %}
+
{% if slots.main %}{{ slots.main|safe }}{% else %}

No content blocks assigned to this page.

{% endif %}
{% if slots.footer %}
{{ slots.footer|safe }}
{% endif %} {{ body_end_html|safe }} diff --git a/templates/editorial/landing.ninjatpl b/templates/editorial/landing.ninjatpl index bcece00..d6a3223 100644 --- a/templates/editorial/landing.ninjatpl +++ b/templates/editorial/landing.ninjatpl @@ -5,8 +5,8 @@ {{ admin_banner_html|safe }} {% if slots.masthead %}
{{ slots.masthead|safe }}
{% endif %}
- {% if slots.lead %}
{{ slots.lead|safe }}
{% endif %} - {% if slots.river %}

{{ slots.river|safe }}
{% endif %} + {% if slots.lead %}
{{ slots.lead|safe }}
{% endif %} + {% if slots.river %}

{{ slots.river|safe }}
{% endif %}
{% if slots.footer %}{% endif %} {{ body_end_html|safe }}