Version 1
[yaffs-website] / web / modules / contrib / layouter / templates / big_img_two_column_text_above.html.twig
diff --git a/web/modules/contrib/layouter/templates/big_img_two_column_text_above.html.twig b/web/modules/contrib/layouter/templates/big_img_two_column_text_above.html.twig
new file mode 100644 (file)
index 0000000..6640f0d
--- /dev/null
@@ -0,0 +1,6 @@
+<p style="-moz-column-count: 2; -moz-column-gap: 16px; -webkit-column-count: 2; -webkit-column-gap: 16px; column-count: 2; column-gap: 16px;">
+  {{ text }}
+</p>
+<div style="text-align: center;">
+  {{ image }}
+</div>
\ No newline at end of file