Custom Templates for DeepL backed up and EmailMonkey. GS University was also re-downloaded. Then small scripts updated like for Chubb.
This commit is contained in:
@ -1,4 +1,35 @@
|
||||
{% include "header" %}
|
||||
<div class="custom-page faq-page">
|
||||
<div class="np-max-width">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2>{{ custom_page.headline }}</h2>
|
||||
<h3>{{ custom_page.subheadline }}</h3>
|
||||
|
||||
<div class="faq-content">{{ custom_page.content }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include "footer" %}
|
||||
<style>
|
||||
.faq-content {
|
||||
background: #f3f3f3;
|
||||
color: #000;
|
||||
}
|
||||
.faq-content p {
|
||||
background: #f3f3f3 !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
.faq-content span {
|
||||
background: #f3f3f3 !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
.faq-page {
|
||||
padding: 0 20px;
|
||||
}
|
||||
</style>
|
||||
{% comment %} {% include "header" %}
|
||||
<main class="faq">
|
||||
<div class="np-max-width faq" style="width: 100%;">
|
||||
<div class="faq-container">
|
||||
@ -346,4 +377,4 @@
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script> {% endcomment %}
|
||||
Reference in New Issue
Block a user