Update sizings

This commit is contained in:
Alex Selimov 2026-08-13 22:29:45 -04:00
parent e19eb92b4b
commit f4c43cd94f

View file

@ -151,7 +151,7 @@
{{ $.Scratch.Set "counter" 0 }} {{ $.Scratch.Set "counter" 0 }}
{{ range .Site.Data.stack }} {{ range .Site.Data.stack }}
<div class = "stack_row"> <div class = "stack_row">
<h2 class="stack_header"> {{ .section }} </h2> <h3 class="stack_header"> {{ .section }} </h3>
<p style="margin: 0px;">{{.description}}</p> <p style="margin: 0px;">{{.description}}</p>
{{ range .items }} {{ range .items }}
{{ $i := $.Scratch.Get "counter"}} {{ $i := $.Scratch.Get "counter"}}
@ -162,7 +162,7 @@
</div> </div>
{{end}} {{end}}
<div class="stack_text"> <div class="stack_text">
<h3 style="margin: 0px;"> {{ .name }} </h3> <h4 style="margin: 0px;"> {{ .name }} </h4>
<p style="margin: 0px;">{{.description | markdownify}}</p> <p style="margin: 0px;">{{.description | markdownify}}</p>
</div> </div>
{{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }} {{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }}