diff --git a/uniweb/templates/uniweb/blocks/advanced_title.html b/uniweb/templates/uniweb/blocks/advanced_title.html index c230dae8955d6946db1ae0764b15ae7310865660..8ea3ba285ffbd8719348a022b62ac19c38ffdcee 100644 --- a/uniweb/templates/uniweb/blocks/advanced_title.html +++ b/uniweb/templates/uniweb/blocks/advanced_title.html @@ -1,5 +1,5 @@ {% if first %} -<h1 class="head-alt-md md:head-alt-lg max-w-5xl px-4 pt-4 pb-2 {{ css_class|join:" " }}">{{ block.value.title }}</h1> +<h1 class="head-alt-md md:head-alt-lg px-4 pt-4 pb-2 {{ css_class|join:" " }}">{{ block.value.title }}</h1> {% else %} -<h1 class="head-alt-md md:head-alt-lg max-w-5xl px-4 pt-4 pb-2 lg:mt-16 {{ css_class|join:" " }}">{{ block.value.title }}</h1> +<h1 class="head-alt-md md:head-alt-lg px-4 pt-4 pb-2 lg:mt-16 {{ css_class|join:" " }}">{{ block.value.title }}</h1> {% endif %} diff --git a/uniweb/templates/uniweb/blocks/title.html b/uniweb/templates/uniweb/blocks/title.html index 66816eb124e146ea9c0109a41135cd720679864f..94b97347c6d7c25e3b3c01cb555cb0acedbbb122 100644 --- a/uniweb/templates/uniweb/blocks/title.html +++ b/uniweb/templates/uniweb/blocks/title.html @@ -1,5 +1,5 @@ {% if first %} -<h1 class="head-alt-md md:head-alt-lg max-w-5xl mb-4 px-4">{{ block.value }}</h1> +<h1 class="head-alt-md md:head-alt-lg mb-4 px-4">{{ block.value }}</h1> {% else %} -<h1 class="head-alt-md md:head-alt-lg max-w-5xl px-4 pt-4 pb-2 lg:mt-16">{{ block.value }}</h1> +<h1 class="head-alt-md md:head-alt-lg px-4 pt-4 pb-2 lg:mt-16">{{ block.value }}</h1> {% endif %} diff --git a/uniweb/templates/uniweb/uniweb_article_page.html b/uniweb/templates/uniweb/uniweb_article_page.html index b96dc2ed6fea067cb245a6a83f7d0810231259b4..93f5fac35515746e527c6364d442e92e410b87f4 100644 --- a/uniweb/templates/uniweb/uniweb_article_page.html +++ b/uniweb/templates/uniweb/uniweb_article_page.html @@ -9,7 +9,7 @@ <meta itemprop="datePublished" content="{{ page.first_published_at }}"> <meta itemprop="dateModified" content="{{ page.last_published_at }}"> - <h1 itemprop="headline" class="head-alt-md md:head-alt-lg max-w-5xl mb-4">{{ page.title }}</h1> + <h1 itemprop="headline" class="head-alt-md md:head-alt-lg mb-4">{{ page.title }}</h1> <div class="flex flex-col md:flex-row md:items-center"> <div class="inline-flex divide-x flex-grow my-4"> diff --git a/uniweb/templates/uniweb/uniweb_articles_index_page.html b/uniweb/templates/uniweb/uniweb_articles_index_page.html index cf06fcc1128fac99d56a99d096abdbc4eba54a15..4ba797696deb6c6bd4f33931178783ede33e7c1a 100644 --- a/uniweb/templates/uniweb/uniweb_articles_index_page.html +++ b/uniweb/templates/uniweb/uniweb_articles_index_page.html @@ -4,7 +4,7 @@ {% block content %} <section> - <h1 class="head-alt-md md:head-alt-lg max-w-5xl mb-4">{{ page.title }}</h1> + <h1 class="head-alt-md md:head-alt-lg mb-4">{{ page.title }}</h1> {% if tags %} <nav>