Skip to content

Commit

Permalink
Services overview styling iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vicarali committed Sep 19, 2024
1 parent 32cd2cb commit f695b8b
Showing 1 changed file with 31 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
{% import '../utils/utils.css' as utils %}

:root {
scroll-behavior: smooth;
}

main {
{{ utils.slate_to_woodsmoke() }}
color: white;
}

.hero {
max-width: var(--content-max-width);
margin-inline: auto;
}

/* Simple-Card module of solutions row */
#hs_cos_wrapper_main_content-module-5 .card__info {
padding-top: unset;
}

.client-logos__headline > h2 {
color: white;
}

{% call utils.medium_large_and_extra_large() %}
.hero .text-and-image__title {
{{ utils.eames() }}
:root {
scroll-behavior: smooth;
}

main {
{{ utils.slate_to_woodsmoke() }}
color: white;
}

.hero {
max-width: var(--content-max-width);
margin-inline: auto;
}

/* Simple-Card module of solutions row */
#hs_cos_wrapper_main_content-module-5 .card__info {
padding-top: unset;
}

.client-logos__headline > h2 {
color: white;
}

.client-logos__logos-group {
filter: brightness(0) invert(1);
}
{% endcall %}

{% call utils.medium_large_and_extra_large() %}
.hero .text-and-image__title {
{{ utils.eames() }}
}
{% endcall %}

0 comments on commit f695b8b

Please sign in to comment.