aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/media-block-reverse.html
blob: 9cd463d231a83c0c68472828c026a6f9e2f273a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="flex-m mhn3-m mb4">

  <div class="ph3-m w-50-m order-last-m">
    <img src="{{.imageUrl}}" alt="" class="db mb2">
  </div>

  <div class="ph3-m w-50-m">
    <h3 class="f3 b lh-title mb1">{{.heading}}</h3>
    <p>{{.text}}</p>
  </div>

</div>