Skip to content

Commit ce21976

Browse files
authored
Merge pull request #3459 from SwiftPackageIndex/aws-sponsorship
Adding Amazon as an infrastructure sponsor
2 parents 85e9ae6 + cdd8f5a commit ce21976

21 files changed

+47
-51
lines changed

FrontEnd/styles/supporters.scss

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,23 @@
2323

2424
section {
2525
ul {
26-
display: grid;
26+
display: flex;
27+
flex-wrap: wrap;
28+
gap: 30px 70px;
29+
justify-content: center;
2730
margin: 60px 0;
2831
padding: 0;
2932

3033
li {
31-
display: flex;
3234
list-style: none;
3335

3436
> a {
3537
display: flex;
3638
align-items: center;
3739
}
38-
}
39-
40-
@media screen and (max-width: $mobile-breakpoint) {
41-
gap: 20px;
4240

43-
li {
44-
justify-content: center;
41+
@media screen and (max-width: $mobile-breakpoint) {
42+
width: 100%;
4543
}
4644
}
4745
}
@@ -57,32 +55,13 @@
5755
}
5856
}
5957

60-
&.corporate,
61-
&.infrastructure {
62-
ul {
63-
grid-template-columns: 1fr 1fr;
64-
65-
li {
66-
justify-content: center;
67-
}
68-
69-
&.solo {
70-
grid-template-columns: 1fr;
71-
}
72-
}
73-
74-
@media screen and (max-width: $mobile-breakpoint) {
75-
ul {
76-
grid-template-columns: 1fr;
77-
}
78-
}
79-
}
80-
8158
&.community {
8259
ul {
83-
grid-template-columns: 1fr 1fr 1fr;
60+
justify-content: flex-start;
61+
62+
> li {
63+
width: calc(100% / 3 - 70px);
8464

85-
li {
8665
a:not(:hover) {
8766
color: var(--page-text);
8867
}
@@ -100,6 +79,8 @@
10079
}
10180

10281
@media screen and (max-width: $mobile-breakpoint) {
82+
width: 50%;
83+
10384
img {
10485
margin: 0;
10586
}
@@ -117,12 +98,6 @@
11798
}
11899
}
119100
}
120-
121-
@media screen and (max-width: $mobile-breakpoint) {
122-
ul {
123-
grid-template-columns: 1fr 1fr;
124-
}
125-
}
126101
}
127102
}
128103

17.2 KB
Loading

Public/images/sponsors/aws.png

3.12 KB
Loading
3.12 KB
Loading
3.07 KB
Loading

Public/images/sponsors/contextsdk.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
2.94 KB
Loading

Public/images/sponsors/contextsdk~dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
-4.59 KB
Binary file not shown.
-4.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)