Skip to content

Commit

Permalink
Make bolder header
Browse files Browse the repository at this point in the history
  • Loading branch information
kulczy authored and GSadee committed May 14, 2024
1 parent 064db37 commit 5e319d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* file that was distributed with this source code.
*/

$prefix: "tblr-";

$assets-base: "/node_modules/@tabler/core/dist";
$primary: #22B99A;

Expand Down Expand Up @@ -41,3 +43,9 @@ $pagination-active-color: inherit;
$pagination-active-bg: $gray-200;

$font-family-sans-serif: 'Inter', serif;

$h1-font-size: 1.6rem;
$h1-line-height: 2.1rem;

// Page
$page-title-font-size: var(--#{$prefix}font-size-h1);
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="row g-2 mt-2">
<div class="row mt-3">
{% hook 'title_block' %}
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endif %}


<div class="col-12 col-md-6">
<div class="col-12 col-md">
<div class="d-md-flex gap-2 align-items-center">
{{ _header.h1(header|trans) }}
</div>
Expand Down

0 comments on commit 5e319d4

Please sign in to comment.