Skip to content

Commit

Permalink
Apply fixes from StyleCI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi authored Jun 2, 2019
1 parent 942b422 commit e1b5ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelCards.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static function getParameters($matches)
if (! empty($post['introimage'])) {
$ret .= "<div class='image d-none d-md-block ".$parameters['img_col_size_class'].' '.$parameters['img_col_order_class']."'
style='
background-size: cover;
background-size: cover;
background-image: url(/storage/images/posts_intro_images/".$post['introimage'].");
min-height: 400px;
background-position: 50% 50%;
Expand Down

0 comments on commit e1b5ad5

Please sign in to comment.