Skip to content

Commit f2cc67a

Browse files
committed
Added sponsor section and updated founders links
1 parent 8281f30 commit f2cc67a

File tree

9 files changed

+10091
-16
lines changed

9 files changed

+10091
-16
lines changed

assets/images/dashlane.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.sponsors {
2+
padding: 3rem 1rem;
3+
4+
&__title {
5+
@extend %title-section;
6+
margin: 0;
7+
}
8+
9+
&__list {
10+
@include grid-row();
11+
margin-top: $space-medium;
12+
}
13+
14+
&__item {
15+
@include grid-column((xxsmall: 12, medium: 6));
16+
margin-bottom: $space-medium;
17+
}
18+
19+
h2 {
20+
color: white;
21+
}
22+
}

assets/scss/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
@import './5-components/faq';
2222
@import './5-components/faqs';
2323
@import './5-components/social-share';
24+
@import './5-components/sponsors';
2425
@import './5-components/subscribe-form';
2526
@import './5-components/founder';
2627
@import './5-components/founders';

0 commit comments

Comments
 (0)