File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -162,11 +162,12 @@ class Index extends React.Component {
162
162
< h2 > Who is Using FDC3?</ h2 >
163
163
< p > FDC3 is used by several industry-leading organisations...</ p >
164
164
< Showcase users = { pinnedUsers } />
165
- < div className = "more-users" >
165
+ { /* exclude button to users page for now, all users shown on main page */ }
166
+ { /* <div className="more-users">
166
167
<a className="button" href={pageUrl('users.html')}>
167
168
All {siteConfig.title} Users
168
169
</a>
169
- </ div >
170
+ </div> */ }
170
171
</ div >
171
172
) ;
172
173
} ;
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ header.postHeader:empty + article h1 {
46
46
.showcase img {
47
47
width : 250px ;
48
48
max-height : 150px ;
49
- padding : 5px ;
49
+ padding-left : 15px ;
50
+ padding-right : 15px ;
50
51
}
51
52
52
53
.finos {
You can’t perform that action at this time.
0 commit comments