Fiddle
I'm trying to make a responsive grid, that shows 2 items per row on bigger screens and only one on smaller screens.
Now I found out you can do this with Pure.css, but I have the correct syntax and it's not working.
The items just stay on the same line till they're on each other.
<div class="pt-holder pure-u-1-2 pure-u-md-1-1">
<img src="Images/pt/mikko.jpg" alt="Mikko Paavola" />
<h3>Mikko Paavola</h3>
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi laoreet dapibus quam, sit amet tempor felis egestas et. In eu metus ultrices,
luctus nunc egestas, euismod magna.
...