From 444dda516fcd4a4e48ec9e166fcc43f65b0995ab Mon Sep 17 00:00:00 2001 From: Juliana Barros Lima Date: Wed, 22 May 2024 16:43:53 -0400 Subject: [PATCH] fix: turning community page mobile-first responsive --- templates/community.html | 4 ++-- templates/page.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/community.html b/templates/community.html index 5712a44..034ebbe 100644 --- a/templates/community.html +++ b/templates/community.html @@ -2,8 +2,8 @@ {% from "macros/breadcrumbs.html" import breadcrumbs %} {% block title %}{{ this.title }}{% endblock %} {% block gutter %} - -
+ +
{{ this.gutter }} {% for child in this.children %} diff --git a/templates/page.html b/templates/page.html index 3dcb219..cd5b7eb 100644 --- a/templates/page.html +++ b/templates/page.html @@ -14,7 +14,7 @@ {% endblock %} {% block body %}
-
+
{{ incomplete(this) }} {% block main %} {{ this.body }} @@ -29,13 +29,13 @@ {% block gutter %} {% if this.gutter and this.gutter.source %} -
+
{% else %} -
+
{% endif %} {% endblock %}