diff --git a/website/src/pages/showcase/index.js b/website/src/pages/showcase/index.js index c0df74181952..760071f4f08d 100644 --- a/website/src/pages/showcase/index.js +++ b/website/src/pages/showcase/index.js @@ -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'; diff --git a/website/src/pages/showcase/styles.module.css b/website/src/pages/showcase/styles.module.css index 48311294f403..d29a349083d6 100644 --- a/website/src/pages/showcase/styles.module.css +++ b/website/src/pages/showcase/styles.module.css @@ -8,3 +8,8 @@ .showcaseUser { height: 100%; } + +.card_image { + max-height: 175px; + overflow: hidden; +}