Skip to content

Commit

Permalink
Remove unneeded class
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Feb 21, 2024
1 parent edd83eb commit 870db9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/src/View/Helper/PageLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function render(SitePageRepresentation $page)
$blockGroupInlineStyles = $this->getBlockInlineStyles($block);
if ('grid' === $page->layout()) {
$blockGroupClasses[] = 'block-group-grid';
$blockGroupClasses[] = sprintf('grid-template-columns-%s', $gridColumns);
$blockGroupClasses[] = 'grid-position-1';
$blockGroupClasses[] = sprintf('grid-span-%s', $gridColumns);
}
Expand Down

0 comments on commit 870db9b

Please sign in to comment.