diff --git a/css/index.css b/css/index.css index 632b99967..9ca52f4e4 100644 --- a/css/index.css +++ b/css/index.css @@ -74,6 +74,8 @@ img[src*="#absolute"] { .logo_size{ width:200px } + + @layer components { h1 { @apply text-3xl lg:text-7xl font-normal; diff --git a/templates/partials/header.html b/templates/partials/header.html index c6d6c8b4e..58b2ba091 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -2,12 +2,12 @@ {% set header_items = section.content | safe | split(pat="
  • ") %}
    -
    +
    @@ -106,6 +106,7 @@