I am currently using ng-repeat to showcase a series of images. While I believe this may be related to a CSS matter, I am uncertain.
<div ng-repeat="hex in hexRow track by hex.id">
<img ng-src="{{hex.img}}"/>
</div>
https://i.sstatic.net/rNIYc.png
How can I arrange them in rows rather than columns (as they currently lack any assigned CSS styling)?