add sectioned template style
This commit is contained in:
parent
5f8bdc66c0
commit
caf16ee9ca
8 changed files with 80 additions and 4 deletions
3
site/snippets/blocks/text.php
Normal file
3
site/snippets/blocks/text.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<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