Skip to content

Commit e4ceb5e

Browse files
committed
rename partner title class and reduce space underneath it
1 parent ba7fe97 commit e4ceb5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/partners_block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="partners grid__partners">
44
{% if value.title %}
5-
{% include "patterns/atoms/motif-heading/motif-heading.html" with heading=value.title heading_level=2 classes="showcase__title motif-heading--two motif-heading--static" %}
5+
{% include "patterns/atoms/motif-heading/motif-heading.html" with heading=value.title heading_level=2 classes="partners__title motif-heading--two motif-heading--static" %}
66
{% endif %}
77

88
{% include "patterns/molecules/partner_logos/partner_logos.html" with partner_logos=value.partner_logos %}

tbx/static_src/sass/components/_partners.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
max-height: 90px;
1111
}
1212

13+
&__title {
14+
@include font-size(heading-two-c);
15+
margin-bottom: $spacer-medium;
16+
}
17+
1318
&__logos {
1419
display: flex;
1520
flex-wrap: wrap;

0 commit comments

Comments
 (0)