aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/short-text.html
blob: 7f10bb7b0388e340719e65c041a6337ee2a3de87 (plain)
1
2
3
4
5
6
<div class="bg-grey-1 pv4">
  <div class="flex-l mhn1-l ph3 center mw7">
    <h2 class="f2 b lh-title mb2 w-40-l">{{.heading}}</h2>
    <p class="w-60-l mb0">{{.text}}</p>
  </div>
</div>