Skip to content

Commit cf0e999

Browse files
committed
Center lead text
1 parent 3597cd9 commit cf0e999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div id="content" class="p-3">
1818
<img src="{{ "img/logo.svg" | absURL }}" alt="Profile picture" class="mx-auto my-4" />
1919
<h1 class="text-center">{{ .Params.heading }}</h1>
20-
<div class="lead">
20+
<div class="lead text-center">
2121
{{ with .Content }}
2222
{{ . }}
2323
{{ end }}

0 commit comments

Comments
 (0)