2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-01 18:21:30 +00:00

add new text class

This commit is contained in:
2022-02-07 01:42:56 +01:00
parent a2036e4337
commit 2a006cce42
3 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<a class="anchor" id="{{ include.data.ref }}"></a>
<div class="inline-flex items-center">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 cm-gray-1">{{ include.data.title }}</h1>
<h1 class="header-text title-font mb-2 cm-gray-1">{{ include.data.title }}</h1>
{% if include.link %}
{% assign link=include.data.link|default:include.link %}
<a href="{% include fnc/link.html item=link %}" alt="learn more">{% include fnc/learn_more.html %}</a>