Minor
This commit is contained in:
parent
e6efdf2ad9
commit
7a8bfcb5db
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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 := . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user