File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -133,18 +133,21 @@ a.source:hover {
133
133
134
134
.sponsors {
135
135
font-size : 1.21875em ;
136
+ margin : 0 0 1.25em ;
136
137
display : flex;
137
138
flex-direction : row;
138
139
align-items : center;
140
+ justify-content : stretch;
141
+ flex-wrap : wrap;
139
142
}
140
143
141
- .sponsors > ul {
144
+ .sponsors li {
145
+ list-style-type : none;
146
+ white-space : nowrap;
147
+ margin : 0 0.75em ;
148
+ flex-basis : 0 ;
142
149
flex-grow : 1 ;
143
- align-self : center;
144
- }
145
-
146
- .sponsors > ul > li {
147
- list-style : none;
150
+ text-align : center;
148
151
}
149
152
150
153
.post-list {
Original file line number Diff line number Diff line change @@ -71,16 +71,12 @@ <h2>Support</h2>
71
71
< p >
72
72
The following companies contributed significantly towards rust-analyzer development:
73
73
</ p >
74
- < div class ="sponsors ">
75
- < ul >
76
- < li > < a href ="https://ferrous-systems.com/ "> Ferrous Systems</ a > </ li >
77
- < li > < a href ="https://www.mozilla.org/ "> Mozilla</ a > </ li >
78
- </ ul >
79
- < ul >
80
- < li > < a href ="https://embark-studios.com "> Embark Studios</ a > </ li >
81
- < li > < a href ="https://www.freiheit.com/ "> freiheit.com</ a > </ li >
82
- </ ul >
83
- </ div >
74
+ < ul class ="sponsors ">
75
+ < li > < a href ="https://ferrous-systems.com/ "> Ferrous Systems</ a > </ li >
76
+ < li > < a href ="https://www.mozilla.org/ "> Mozilla</ a > </ li >
77
+ < li > < a href ="https://embark-studios.com "> Embark Studios</ a > </ li >
78
+ < li > < a href ="https://www.freiheit.com/ "> freiheit.com</ a > </ li >
79
+ </ ul >
84
80
85
81
</ section >
86
82
You can’t perform that action at this time.
0 commit comments