File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
docs/examples/patterns/tiered-list Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6262 {% - if image -%}
6363 <div class =" row" >
6464 {% - if is_image_full_width -%}
65- <div class =" p-section--shallow" >
66- {{ image }}
67- </div >
65+ <div class =" p-section--shallow" >
66+ <div class =" p-image-container--cinematic" >
67+ {{ image }}
68+ </div >
69+ </div >
6870 {% - else -%}
6971 <div class =" col-start-large-7" >
7072 <div class =" p-section--shallow" >
71- {{ image }}
73+ <div class =" p-image-container--cinematic" >
74+ {{ image }}
75+ </div >
7276 </div >
7377 </div >
7478 {% - endif -%}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ <h2>H2 - up to two lines; ideally one.</h2>
1919 {%- endif -%}
2020
2121 {%- if slot == "image" -%}
22- < div class ="p-image-container ">
2322 {{ image(url="https://assets.ubuntu.com/v1/3f63a18c-data-center.png",
2423 alt="",
2524 width="2464",
@@ -29,7 +28,6 @@ <h2>H2 - up to two lines; ideally one.</h2>
2928 attrs={"class": "p-image-container__image"}
3029 ) | safe
3130 }}
32- </ div >
3331 {%- endif -%}
3432
3533 {%- if slot == 'list_item_title_1' -%}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ <h2>H2 - up to two lines; ideally one.</h2>
1919 {%- endif -%}
2020
2121 {%- if slot == "image" -%}
22- < div class ="p-image-container--cinematic is-cover ">
2322 {{ image(url="https://assets.ubuntu.com/v1/3f63a18c-data-center.png",
2423 alt="",
2524 width="2464",
@@ -29,7 +28,6 @@ <h2>H2 - up to two lines; ideally one.</h2>
2928 attrs={"class": "p-image-container__image"}
3029 ) | safe
3130 }}
32- </ div >
3331 {%- endif -%}
3432
3533 {%- if slot == 'list_item_title_1' -%}
You can’t perform that action at this time.
0 commit comments