aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/image-grid.html
blob: 726be385121d43ad3d0b355cdf86ff98ad48aae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="mw7 center ph3 pv4">

	<div class="flex flex-wrap mhn1">
		<div class="w-100 w-50-ns ph1-ns">
			<img src="/img/products/products-grid3.jpg" alt="A close-up of a paper filter filled with ground coffee">
		</div>

		<div class="w-100 w-50-ns ph1-ns">
			<img src="/img/products/products-grid2.jpg" alt="A green cup of a coffee on a wooden table">
		</div>

		<div class="w-100 ph1-ns">
			<img src="/img/products/products-grid1.jpg" alt="Coffee beans">
		</div>
	</div>

</div>