Format inline CSS

This commit is contained in:
Will Faught
2022-11-17 13:22:43 -08:00
parent f8a8ff1c0d
commit 81e328ea05
6 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<section>
<header>
<div class="row text-center justify-content-center">
<div class="col" style="max-width:100ch">
<div class="col" style="max-width: 100ch">
<h1 class="display-5 fw-bold">
{{ .Title }}
</h1>
@@ -13,7 +13,7 @@
<section>
<div class="row">
<div class="col">
<div class="mx-auto text-center" style="max-width:100ch">
<div class="mx-auto text-center" style="max-width: 100ch">
{{ range $p.PageGroups }}
<h5>{{ .Key }}</h5>
{{ range .Pages }}