Skip to content

Commit

Permalink
Update/insights-overview-sections (#434)
Browse files Browse the repository at this point in the history
* Update order on sections and delete one requested

* Style: update spacing to match new sections order

* Style: remove logos section padding bottom
  • Loading branch information
RodrigoCastroS committed Jan 2, 2024
1 parent 28e05f1 commit f1f1272
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,35 +97,18 @@
}

.testimonial {
padding-bottom: var(--space-6);
padding-bottom: var(--space-8);
}

.banner-link {
{{ utils.slate_to_woodsmoke() }}
color: white;
}

.clients-logos.region {
padding-bottom: var(--space-8);
}

.insights {
{{ utils.tango_to_white() }}
}

.insights.region {
padding-top: var(--space-9);
}

{% call utils.extra_large() %}
.insights.region {
padding-top: var(--space-8);
}

.insights .newsletter-wrapper {
margin-top: -224px;
}
{% endcall %}

.insights__title-container h2 {
margin-bottom: var(--space-2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
</section>

<main>
<section class="featured-case-study region">
{% module "featured_case_study"
path="../modules/Text-and-image.module" label="Featured case study"

<section class="clients-logos region lateral-spacing">
{% module "clients_logos"
path="../modules/Clients-Logos.module" label="Clients logos"
%}
</section>

Expand All @@ -47,27 +48,19 @@
</div>
</section>

<section class="featured-case-study region">
{% module "featured_case_study"
path="../modules/Text-and-image.module" label="Featured case study"
%}
</section>

<section class="testimonial">
{% module "testimonial"
path="../modules/Landing Page Modules/LP-testimonial-slider.module" label="Testimonial"
no_wrapper=True
%}
</section>

<section class="banner-link region">
<div class="lateral-spacing">
{% module "banner_link"
path="../modules/Banner-Link.module" label="Banner"
no_wrapper=True
%}
</div>
</section>

<section class="clients-logos region lateral-spacing">
{% module "clients_logos"
path="../modules/Clients-Logos.module" label="Clients logos"
%}
</section>

<section class="insights region">
<div class="lateral-spacing" aria-label="Newsletter form">
Expand Down

0 comments on commit f1f1272

Please sign in to comment.