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

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

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

</div>