Skip to content

Commit 60bb924

Browse files
jesseabordenJesse Borden
andauthored
fix headline condition and line-height for image-text-row component. (#1017)
Co-authored-by: Jesse Borden <jborden@apple.com>
1 parent 032ef0e commit 60bb924

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_includes/new-includes/components/image-text-row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div
22
class="image-text-row content-wrapper{% if include.background %} background{% endif %}"
33
>
4-
{% if include.headline %}
4+
{% if include.content.headline %}
55
<h2>{{ include.content.headline }}</h2>
66
{% endif %}
77
<div class="card-wrapper">

assets/stylesheets/new-stylesheets/pages/_get-started.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349

350350
h2 {
351351
font-size: 48px;
352+
line-height: 1.2;
352353
margin-bottom: 44px;
353354
width: 100%;
354355
text-align: center;

0 commit comments

Comments
 (0)