We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032ef0e commit 60bb924Copy full SHA for 60bb924
_includes/new-includes/components/image-text-row.html
@@ -1,7 +1,7 @@
1
<div
2
class="image-text-row content-wrapper{% if include.background %} background{% endif %}"
3
>
4
- {% if include.headline %}
+ {% if include.content.headline %}
5
<h2>{{ include.content.headline }}</h2>
6
{% endif %}
7
<div class="card-wrapper">
assets/stylesheets/new-stylesheets/pages/_get-started.scss
@@ -349,6 +349,7 @@
349
350
h2 {
351
font-size: 48px;
352
+ line-height: 1.2;
353
margin-bottom: 44px;
354
width: 100%;
355
text-align: center;
0 commit comments