File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
22
22
& .footer-info {
23
+ padding-bottom : var (--spacing-5 );
24
+ padding-top : var (--spacing-5 );
23
25
display : flex;
24
26
justify-content : space-between;
25
27
82
84
color : var (--color-gray-600 );
83
85
display : flex;
84
86
justify-content : space-between;
87
+
88
+ & .sponsor-icons {
89
+ margin-top : var (--spacing-1 );
90
+ }
85
91
}
86
92
87
93
& .footer-contributor-logo ,
93
99
94
100
@media (max-width : 1007px ) {
95
101
& .footer-info {
102
+ padding-bottom : var (--spacing-3 );
103
+ padding-top : var (--spacing-3 );
96
104
flex-direction : column;
97
105
98
106
& .footer-logo {
99
- margin-bottom : var (--spacing-1 );
100
107
width : 5rem ;
101
108
}
102
109
}
103
110
104
111
& .footer-info-links {
105
- display : flex ;
112
+ display : block ;
106
113
flex-wrap : wrap;
107
114
108
115
& > a {
109
116
margin-right : var (--spacing-2 );
110
117
}
111
-
112
- & .logo-wrapper {
113
- width : 100% ;
114
- }
115
118
}
116
119
117
120
& .footer-contributions {
118
121
align-items : start;
119
122
flex-direction : column;
123
+
124
+ & .sponsor-icons {
125
+ margin-top : var (--spacing-2 );
126
+ }
120
127
}
121
128
}
122
129
}
Original file line number Diff line number Diff line change 1
1
<div class =" footer-contributions-wrapper container pt-0 pb-3" >
2
2
<div class =" footer-contributions" >
3
3
<span >Ember is generously supported by</span >
4
- <div class =" mt-1 " >
4
+ <div class =" sponsor-icons " >
5
5
{{ #each args.contributorLinks as |link |}}
6
6
<a href ={{ link.href }} title ={{ link.title }} aria-label ={{ link.title }} class =" mr-2" >
7
7
{{ svg-jar link.class class =" footer-contributor-logo" }}
Original file line number Diff line number Diff line change 1
- <div class =" footer-info container py-5 " >
1
+ <div class =" footer-info container" >
2
2
<div class =" footer-info-links" >
3
3
4
4
<img src =" /images/ember-logo.svg" height =" 40px" width =" 83px" alt =" Ember Logo" class =" footer-logo" >
You can’t perform that action at this time.
0 commit comments