_layouts/contactUs.html in appscms-tools-theme-0.4.5 vs _layouts/contactUs.html in appscms-tools-theme-0.4.6
- old
+ new
@@ -5,12 +5,12 @@
<!DOCTYPE html>
<html lang="en" data-tool="landing">
{% include head/index.html %}
<body>
{% include header/index.html %}
- <div class="container py-4">
- <h1 class="about-h1 py-2">{{contactData.h1}}</h1>
- <h2 class="about-h2">{{contactData.h2}}</h2>
+ <div class="container py-4 contact_layout">
+ <h1 class="contact-h1 py-2">{{contactData.h1}}</h1>
+ <h2 class="contact-h2">{{contactData.h2}}</h2>
<p class="py-2">{{contactData.paragraph}}</p>
</div>
{% include footer/index.html %}
</body>
\ No newline at end of file