fixed #16847: removed inter and added padding to page header

This commit is contained in:
Andrew Gormley 2024-07-14 22:35:26 +01:00
parent c0510c35ce
commit 2df693f1c6
5 changed files with 2 additions and 8 deletions

Binary file not shown.

View File

@ -33,7 +33,6 @@
"query-string": "9.0.0", "query-string": "9.0.0",
"sass": "1.77.6", "sass": "1.77.6",
"tom-select": "2.3.1", "tom-select": "2.3.1",
"typeface-inter": "3.18.1",
"typeface-roboto-mono": "1.1.13" "typeface-roboto-mono": "1.1.13"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,7 +1,7 @@
// Global variables // Global variables
// Set base fonts // Set base fonts
$font-family-sans-serif: 'Plus Jakarta Sans Variable', 'Inter', system-ui, sans-serif; $font-family-sans-serif: 'Plus Jakarta Sans Variable', system-ui, sans-serif;
// See https://github.com/tabler/tabler/issues/1812 // See https://github.com/tabler/tabler/issues/1812
$font-family-monospace: 'Roboto Mono'; $font-family-monospace: 'Roboto Mono';

View File

@ -2779,11 +2779,6 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13" is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0" possible-typed-array-names "^1.0.0"
typeface-inter@3.18.1:
version "3.18.1"
resolved "https://registry.yarnpkg.com/typeface-inter/-/typeface-inter-3.18.1.tgz#24cccdf29923f318589783997be20a662cd3ab9c"
integrity sha512-c+TBanYFCvmg3j5vPk+zxK4ocMZbPxMEmjnwG7rPQoV87xvQ6b07VbAOC0Va0XBbbZCGw6cWNeFuLeg1YQru3Q==
typeface-roboto-mono@1.1.13: typeface-roboto-mono@1.1.13:
version "1.1.13" version "1.1.13"
resolved "https://registry.yarnpkg.com/typeface-roboto-mono/-/typeface-roboto-mono-1.1.13.tgz#2af8662db8f9119c00efd55d6ed8877d2a69ec94" resolved "https://registry.yarnpkg.com/typeface-roboto-mono/-/typeface-roboto-mono-1.1.13.tgz#2af8662db8f9119c00efd55d6ed8877d2a69ec94"

View File

@ -10,7 +10,7 @@
{# Title #} {# Title #}
<div> <div>
<h2 class="page-title my-1">{% block title %}{% endblock title %}</h2> <h2 class="page-title mt-1 mb-2">{% block title %}{% endblock title %}</h2>
{% block subtitle %}{% endblock %} {% block subtitle %}{% endblock %}
</div> </div>