This commit is contained in:
Francesco 2024-04-24 00:01:25 +02:00
parent e6efdf2ad9
commit 7a8bfcb5db
2 changed files with 3 additions and 2 deletions

View File

@ -126,8 +126,9 @@ hr {
margin-right: var(--header-menu-side-gap); margin-right: var(--header-menu-side-gap);
} }
.header h1 { .header-title {
font-size: 2.6em; font-size: 2.6em;
font-weight: bold;
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;
} }

View File

@ -1,7 +1,7 @@
{{/* Header */}} {{/* Header */}}
<div class="header"> <div class="header">
<h1>{{ site.Title }}</h1> <h1 class="header-title">{{ site.Title }}</h1>
<div class="flex"> <div class="flex">
{{ $currentPage := . }} {{ $currentPage := . }}