fix margin and align for text section

This commit is contained in:
Torsten 2023-01-18 23:54:09 +02:00
parent 5ff7c4e81b
commit 2141941f8d
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%section.p-20.my-20{ options(section , :background , :color)} %section.p-20.my-20{ options(section , :background , :color , :margin)}
.flex.justify-center .flex.justify-center
.max-w-prose{ options(section , :text_align)} .max-w-prose{ options(section , :text_align)}
- if !section.header.blank? - if !section.header.blank?

View File

@ -69,6 +69,7 @@
- color - color
- margin - margin
- subheader - subheader
- text_align
- button_link - button_link
- button_text - button_text
- template: section_half_image - template: section_half_image