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

home: Fix headings in rich text

parent 6a7bf4fd
Branches
No related tags found
1 merge request!16Dary
...@@ -65,7 +65,7 @@ h6, h6.lead { ...@@ -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"; 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; line-height: 1;
text-transform: uppercase; text-transform: uppercase;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<article class="article__content"> <article class="article__content richtext">
{{ page.body|richtext }} {{ page.body|richtext }}
</article> </article>
</div><!-- /column --> </div><!-- /column -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment