minor text adjustments
This commit is contained in:
parent
545bacbacf
commit
6031b2d574
|
@ -30,7 +30,7 @@ baseURL = "https://thepaciellogroup.github.io/infusion/"
|
||||||
theme = "infusion"
|
theme = "infusion"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Documentation for the **Infusion** pattern documentation builder. This documentation is constructed using the builder itself."
|
description = "Documentation for the **Infusion** documentation builder. This documentation is constructed using the builder itself."
|
||||||
codePenUser = "Heydon"
|
codePenUser = "Heydon"
|
||||||
{{</codeBlock>}}
|
{{</codeBlock>}}
|
||||||
|
|
||||||
|
|
|
@ -826,7 +826,7 @@ h1 svg {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
min-height: none;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
.patterns h3 {
|
.patterns h3 {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
|
|
|
@ -468,7 +468,7 @@ baseURL = "https://thepaciellogroup.github.io/infusion/"
|
||||||
theme = "infusion"
|
theme = "infusion"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Documentation for the **Infusion** pattern documentation builder. This documentation is constructed using the builder itself."
|
description = "Documentation for the **Infusion** documentation builder. This documentation is constructed using the builder itself."
|
||||||
codePenUser = "Heydon"
|
codePenUser = "Heydon"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">⇩</span></p>
|
<p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">↓</span></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -502,7 +502,7 @@ baseURL = "https://thepaciellogroup.github.io/infusion/"
|
||||||
theme = "infusion"
|
theme = "infusion"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Documentation for the **Infusion** pattern documentation builder. This documentation is constructed using the builder itself."
|
description = "Documentation for the **Infusion** documentation builder. This documentation is constructed using the builder itself."
|
||||||
codePenUser = "Heydon"
|
codePenUser = "Heydon"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -61,7 +61,7 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
{{ if eq .Type "print-version" }}
|
{{ if eq .Type "print-version" }}
|
||||||
<p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">⇩</span></p>
|
<p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">↓</span></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ block "nav" . }}
|
{{ block "nav" . }}
|
||||||
|
|
|
@ -826,7 +826,7 @@ h1 svg {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
min-height: none;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
.patterns h3 {
|
.patterns h3 {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user