fix shift / big
This commit is contained in:
parent
5b6f7a1ec7
commit
8e48dc0573
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<div class="<?php e($block->leftMargin()->isNotEmpty() == 'true', 'shift-' . $block->leftMargin()) ?><?php e($block->isBig() == 'true', 'big') ?>">
|
||||
<div class="<?php e($block->leftMargin()->isNotEmpty() == 'true', 'shift-' . $block->leftMargin()) ?><?php e($block->isBig() == 'true', ' big') ?>">
|
||||
<?= $block->text(); ?>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue