@@ -51,35 +51,37 @@ <h2 id="what-texting-is-best-for">What texting is best for</h2>
5151 {
5252 "image_src": asset_url('images/calendar.svg'),
5353 "card_heading": "Reminders",
54- "p_text": "In a text bubble // Your Quality Control food phone interview is on ((date)) at ((time)). Failure to
54+ "p_text": "Your Quality Control food phone interview is on ((date)) at ((time)). Failure to
5555 attend may lead to closure of your benefits. Call 1-800-222-3333 with questions.",
5656 "alt_text": "reminder text example"
5757 },
5858 {
5959 "image_src": asset_url('images/alert.svg'),
6060 "card_heading": "Alerts to take action",
61- "p_text": "In a text bubble // Your household's Medicaid coverage is expiring. To keep getting Medicaid, you must
61+ "p_text": "Your household's Medicaid coverage is expiring. To keep getting Medicaid, you must
6262 complete your renewal by ((date)). You can renew online at dhs.state.gov…",
6363 "alt_text": "alerts text example"
6464 },
6565 {
6666 "image_src": asset_url('images/alarm.svg'),
6767 "card_heading": "Important status updates",
68- "p_text": "In a text bubble // Your passport has been issued at the Los Angeles Passport Agency. Please come to the
68+ "p_text": "Your passport has been issued at the Los Angeles Passport Agency. Please come to the
6969 desk between 1:30pm and 2:30pm today to pick up your passport…",
7070 "alt_text": "status update text example"
7171 },
7272 ] %}
7373 {% for item in card_contents %}
74- < div class ="radius-lg border-2px maxw-tablet ">
75- < div class ="grid-row grid-gap-4 padding-2 padding-x-3 flex-align-center ">
76- < div class ="grid-col flex-3 ">
77- < p > < b > {{item.card_heading}}</ b > </ p >
78- < p > {{item.p_text}}</ p >
74+ < div class ="grid-container-tablet padding-3 radius-lg border-2px margin-left-0 ">
75+ < h3 class ="usa-card__heading padding-y-2 "> {{item.card_heading}}</ h3 >
76+ < div class ="grid-row grid-gap-3 flex-align-center ">
77+ < div class ="grid-col-auto ">
78+ < p class ="sms-message-wrapper "> {{item.p_text}}</ p >
79+ </ div >
80+ < div class ="grid-col-fill ">
81+ {% if item.image_src %}
82+ < img src ="{{ item.image_src }} " alt ="{{ item.alt_text }} " class ="height-15 " />
83+ {% endif %}
7984 </ div >
80- {% if item.image_src %}
81- < img src ="{{item.image_src}} " alt ="{{ item.alt_text }} " class ="height-15 " />
82- {% endif %}
8385 </ div >
8486 </ div >
8587 {% endfor %}
0 commit comments