Skip to content
Snippets Groups Projects
Commit f420092d authored by jan.bednarik's avatar jan.bednarik
Browse files

senat campaign: Fix headings in rich text

parent 3a4add40
Branches
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ h6, h6.lead {
}
}
h1.lead, h2.lead, h3.lead, h4.lead, h5.lead, h6.lead {
h1.lead, h2.lead, h3.lead, h4.lead, h5.lead, h6.lead, .richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5, .richtext h6 {
font-family: "Bebas Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
line-height: 1;
text-transform: uppercase;
......
......@@ -11,7 +11,7 @@
<h1 class="lead page-subheading mb-4">{{ page.title }}</h1>
<div class="row mb-4">
<div class="col-12">
<div class="col-12 richtext">
{{ page.body|richtext }}
</div>
</div><!-- /row -->
......
......@@ -108,10 +108,10 @@
<h2 class="lead page-subheading mb-4">Kdo jsem</h2>
<div class="row mb-4">
<div class="col-12 col-lg-6">
<div class="col-12 col-lg-6 richtext">
{{ page.about_left|richtext }}
</div><!-- /column -->
<div class="col-12 col-lg-6">
<div class="col-12 col-lg-6 richtext">
{{ page.about_right|richtext }}
</div><!-- /column -->
</div><!-- /row -->
......
......@@ -33,7 +33,7 @@
<div class="row">
<div class="col-12 col-lg-8 col-xl-7 mb-4 mb-lg-0">
<article class="article__content">
<article class="article__content richtext">
{{ page.body|richtext }}
</article>
</div><!-- /column -->
......
......@@ -13,7 +13,7 @@
<div class="col-12 col-lg-8 col-xl-7 mb-4 mb-lg-0">
{% for item in page.content %}
<div class="priority-alt mb-4">
<div class="priority-alt mb-4 richtext">
<div class="priority-alt__content">
<div class="priority-alt__icon">
{% image item.value.image fill-160x160 as img %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment