File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -215,12 +215,20 @@ h1 {
215
215
}
216
216
217
217
# sponsors .columns {
218
+ display : block;
218
219
justify-content : center;
219
220
margin : auto;
220
221
max-width : 80% ;
221
222
}
222
223
224
+ # sponsors a {
225
+ margin : auto;
226
+ display : inline-block;
227
+ }
228
+
223
229
# sponsors img {
224
- height : 5rem ;
225
- margin : auto 1rem ;
230
+ width : auto;
231
+ height : auto;
232
+
233
+ max-height : 5rem ;
226
234
}
Original file line number Diff line number Diff line change @@ -187,6 +187,10 @@ <h1 class="title is-6 has-text-grey">
187
187
</ a >
188
188
< a href ="https://streamyard.com " class ="column is-narrow ">
189
189
< img src ="{% static "images /sponsors/streamyard.png" %}" alt="StreamYard "/>
190
+ </ a >
191
+ < a href ="https://www.netlify.com/ " class ="column is-narrow ">
192
+ < img src ="{% static "images /sponsors/netlify.png" %}" alt="Netlify "/>
193
+ </ a >
190
194
< a href ="https://www.cloudflare.com/ " class ="column is-narrow ">
191
195
< img src ="{% static "images /sponsors/cloudflare.png" %}" alt="Cloudflare "/>
192
196
</ a >
You can’t perform that action at this time.
0 commit comments