File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 23
23
{% for sponsor in site.data.scala-days-sponsors.sponsors %}
24
24
{% assign sponsor_type = site.data.scala-days-sponsors.sponsorship-types | where: "title", sponsor.type | first %}
25
25
{% if sponsor.type == 'Gold' %}
26
- < a href ="{{ sponsor.url }} " class ="sponsor-logo-link-gold " target ="_blank " rel ="noopener ">
27
- < img src ="{{ sponsor.logo }} " alt ="{{ sponsor.title }} " class ="sponsor-logo-gold-row {{ sponsor_type.css-class }} " />
26
+ < a href ="{{ sponsor.url }} " class ="sponsor-logo-link-gold {{ sponsor_type.css-class }} " target ="_blank " rel ="noopener ">
27
+ < img src ="{{ sponsor.logo }} " alt ="{{ sponsor.title }} " class ="sponsor-logo-gold-row " />
28
28
</ a >
29
29
{% endif %}
30
30
{% endfor %}
Original file line number Diff line number Diff line change 28
28
align-items : center ;
29
29
white-space : nowrap ;
30
30
width : max-content ;
31
- animation : sponsors- scroll 120 s linear infinite ;
31
+ animation : sponsors- scroll 180 s linear infinite ;
32
32
will-change : transform ;
33
33
}
34
34
113
113
align-items : flex-start ;
114
114
justify-content : center ;
115
115
gap : 1em 2em ;
116
- height : 80px ;
117
- max-width : 500 px ;
116
+ // height: 80px;
117
+ max-width : 400 px ;
118
118
width : 100% ;
119
119
}
120
120
121
121
.sponsor-logo-link-gold {
122
122
display : flex ;
123
123
align-items : center ;
124
124
justify-content : center ;
125
- height : 40 px ;
125
+ height : 25 px ;
126
126
flex : 0 1 calc (33.333% - 2em );
127
- max-width : 160px ;
128
127
width : 100% ;
129
128
}
130
129
131
130
.sponsor-logo-gold-row {
132
- max-height : 40 px !important ;
133
- height : 40 px ;
131
+ max-height : 25 px !important ;
132
+ height : 25 px ;
134
133
width : auto ;
135
134
filter : brightness (0 ) invert (1 );
136
135
opacity : 0.92 ;
You can’t perform that action at this time.
0 commit comments