Format inline CSS
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user