Skip to content

Commit 2613a92

Browse files
authored
Story #2125: Webpage UI: Homepage - QA fixes (#2352)
1 parent cef4369 commit 2613a92

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

static/css/v3/v3-homepage.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ body:has(.homepage-v3) .header {
182182
}
183183

184184
.homepage-container {
185-
max-width: 390px;
185+
max-width: 485px;
186+
padding: 0 var(--space-medium);
186187
}
187188

188189
.four-column .why-boost-cards__grid {

templates/v3/homepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{% include "v3/includes/_install_card.html" with title=install_card_title|default:"Install Boost and get started in your terminal." card_id=install_card_id|default:"hero-home-install" %}
3737
</div>
3838
</div>
39-
<div class="py-large four-column">
39+
<div class="four-column">
4040
{% include 'v3/includes/_why_boost_cards.html' with why_boost_cards=why_boost_cards %}
4141
</div>
4242
<div class="card-masonry-bottom py-large">
@@ -52,7 +52,7 @@
5252
</div>
5353
<div class="item-c">
5454
{% with data=testimonial_data %}
55-
{% include "v3/includes/_testimonial_card.html" with heading="What engineers" testimonials=data.testimonials %}
55+
{% include "v3/includes/_testimonial_card.html" with heading="What engineers are saying" testimonials=data.testimonials %}
5656
{% endwith %}
5757
</div>
5858
<div class="item-d license-card">

templates/v3/includes/_library_intro_card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="library-intro-card">
1515
<div class="library-intro-card__header">
1616
<div class="library-intro-card__title">
17-
Meet <span class="library-intro-card__title-pill">{{ library_name }}.</span>
17+
Meet <span class="library-intro-card__title-pill">{{ library_name }}</span>
1818
</div>
1919
<p class="library-intro-card__description">{{ description }}</p>
2020
</div>

0 commit comments

Comments
 (0)