Skip to content

Commit f961ce8

Browse files
Addressed review comments
1 parent 448822f commit f961ce8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

templates/_macros/vf_tiered-list.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
{{ image }}
6767
</div>
6868
{%- else -%}
69-
<div class="col-start-large-5 col-9">
69+
<div class="col-start-large-7">
7070
<div class="p-section--shallow">
7171
{{ image }}
7272
</div>

templates/docs/examples/patterns/tiered-list/with-default-width-image.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "_layouts/examples.html" %}
22
{% from "_macros/vf_tiered-list.jinja" import vf_tiered_list %}
33

4-
{% block title %}Tiered list / 50/50 on desktop with description{% endblock %}
4+
{% block title %}Tiered list / 50/50 with default width image{% endblock %}
55

66
{% block standalone_css %}patterns_all{% endblock %}
77

@@ -19,7 +19,7 @@ <h2>H2 - up to two lines; ideally one.</h2>
1919
{%- endif -%}
2020

2121
{%- if slot == "image" -%}
22-
<div class="p-image-container--3-2 is-cover">
22+
<div class="p-image-container">
2323
{{ image(url="https://assets.ubuntu.com/v1/3f63a18c-data-center.png",
2424
alt="",
2525
width="2464",

templates/docs/examples/patterns/tiered-list/with-full-width-image.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "_layouts/examples.html" %}
22
{% from "_macros/vf_tiered-list.jinja" import vf_tiered_list %}
33

4-
{% block title %}Tiered list / 50/50 on desktop with description{% endblock %}
4+
{% block title %}Tiered list / 50/50 with full width image{% endblock %}
55

66
{% block standalone_css %}patterns_all{% endblock %}
77

@@ -19,7 +19,7 @@ <h2>H2 - up to two lines; ideally one.</h2>
1919
{%- endif -%}
2020

2121
{%- if slot == "image" -%}
22-
<div class="p-image-container--3-2 is-cover">
22+
<div class="p-image-container--cinematic is-cover">
2323
{{ image(url="https://assets.ubuntu.com/v1/3f63a18c-data-center.png",
2424
alt="",
2525
width="2464",

templates/docs/patterns/tiered-list/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ View example of the tiered list pattern
9696

9797
This variant contains a top-level description, and its title, description, and
9898
child list are presented full-width on desktop and tablet screen sizes
99-
respectively. Additionally, it also contains an image with a default width under the title and description.
99+
respectively. Additionally, this variant features a default width image positioned beneath the title and description.
100100

101101
<div class="embedded-example"><a href="/docs/examples/patterns/tiered-list/with-default-width-image/" class="js-example" data-lang="jinja">
102102
View example of the tiered list pattern
@@ -106,7 +106,7 @@ View example of the tiered list pattern
106106

107107
This variant contains a top-level description, and its title, description, and
108108
child list are presented full-width on desktop and tablet screen sizes
109-
respectively. Additionally, it also contains an image with full width under the title and description.
109+
respectively. Additionally, this variant features a full width image positioned beneath the title and description.
110110

111111
<div class="embedded-example"><a href="/docs/examples/patterns/tiered-list/with-full-width-image/" class="js-example" data-lang="jinja">
112112
View example of the tiered list pattern

0 commit comments

Comments
 (0)