diff --git a/frontend/views/persone/index.php b/frontend/views/persone/index.php index 79d4371..1d51b61 100644 --- a/frontend/views/persone/index.php +++ b/frontend/views/persone/index.php @@ -1,6 +1,7 @@ render( '_persone', [ 'model' => $persone, ] ); - } ?> + if (( $i % 4 ) === 0) { + echo Html::tag( + 'div', + '', + [ + 'class' => 'clearfix', + ] + ); + } + } + ?> @@ -47,9 +60,9 @@