Skip to content

Commit

Permalink
docs(v2): normalize showcase preview images height
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Nov 5, 2020
1 parent 398af74 commit 50cd235
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/showcase/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

import React, {useEffect} from 'react';
import React from 'react';

import Image from '@theme/IdealImage';
import Layout from '@theme/Layout';
Expand Down
5 changes: 5 additions & 0 deletions website/src/pages/showcase/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
.showcaseUser {
height: 100%;
}

.card_image {
max-height: 175px;
overflow: hidden;
}

0 comments on commit 50cd235

Please sign in to comment.