Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YepaRoberto authored Sep 17, 2023
1 parent 77e9e20 commit 6d29f0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,15 @@
$css_class = '';
switch ($counter % 8) {
case 0:
case 5:
$css_class = 'col-lg-12';
break;
case 1:
case 2:
case 3:
case 4:
case 6:
case 7:
$css_class = 'col-md-6 col-sm-6';
break;
}
Expand Down

0 comments on commit 6d29f0c

Please sign in to comment.