fix: single page header width
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{{- define "main" -}}
|
{{- define "main" -}}
|
||||||
<!-- Page header -->
|
<!-- Page header -->
|
||||||
<header class="gutter-x pt-36 pb-16 border-b border-mist">
|
<header class="gutter-x pt-36 pb-16 border-b border-mist">
|
||||||
<div class="max-w-3xl">
|
<div class="max-w-2xl">
|
||||||
<h1 class="font-display text-5xl md:text-7xl text-paper text-balance mb-5">{{ .Title }}</h1>
|
<h1 class="font-display text-5xl md:text-7xl text-paper text-balance mb-5">{{ .Title }}</h1>
|
||||||
{{- with .Description -}}
|
{{- with .Description -}}
|
||||||
<p class="text-chalk text-xl leading-relaxed text-pretty">{{ . }}</p>
|
<p class="text-chalk text-xl leading-relaxed text-pretty">{{ . }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user