_layouts/feature-1.html in appscms-tools-theme-2.5.5 vs _layouts/feature-1.html in appscms-tools-theme-2.5.6
- old
+ new
@@ -8,10 +8,10 @@
<body>
{% include header/index.html %}
<div class="flex-container feature1-flex-container">
- <div class="flex-class">
+ <div class="flex-class py-4 mt-4 mt-md-0">
<div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
{%- assign featureh1 = featureData.H1 | replace: "$variable", page.value -%}
<h1 class="feature1-h1">{%- for word in featureh1-%}
{%- if forloop.first == true -%}
{{word }}
\ No newline at end of file