Update sizings
This commit is contained in:
parent
e19eb92b4b
commit
f4c43cd94f
1 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@
|
|||
{{ $.Scratch.Set "counter" 0 }}
|
||||
{{ range .Site.Data.stack }}
|
||||
<div class = "stack_row">
|
||||
<h2 class="stack_header"> {{ .section }} </h2>
|
||||
<h3 class="stack_header"> {{ .section }} </h3>
|
||||
<p style="margin: 0px;">{{.description}}</p>
|
||||
{{ range .items }}
|
||||
{{ $i := $.Scratch.Get "counter"}}
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
</div>
|
||||
{{end}}
|
||||
<div class="stack_text">
|
||||
<h3 style="margin: 0px;"> {{ .name }} </h3>
|
||||
<h4 style="margin: 0px;"> {{ .name }} </h4>
|
||||
<p style="margin: 0px;">{{.description | markdownify}}</p>
|
||||
</div>
|
||||
{{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue