Skip to content

Commit bb71b1e

Browse files
committed
Remove “All users” button and increase padding around user logos in showcase
1 parent 1ee4545 commit bb71b1e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

website/pages/en/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,12 @@ class Index extends React.Component {
162162
<h2>Who is Using FDC3?</h2>
163163
<p>FDC3 is used by several industry-leading organisations...</p>
164164
<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">
166167
<a className="button" href={pageUrl('users.html')}>
167168
All {siteConfig.title} Users
168169
</a>
169-
</div>
170+
</div> */}
170171
</div>
171172
);
172173
};

website/static/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ header.postHeader:empty + article h1 {
4646
.showcase img {
4747
width: 250px;
4848
max-height: 150px;
49-
padding: 5px;
49+
padding-left: 15px;
50+
padding-right: 15px;
5051
}
5152

5253
.finos {

0 commit comments

Comments
 (0)