docs(v2): normalize showcase preview images height (#3696)

This commit is contained in:
Bartosz Kaszubowski 2020-11-05 19:45:25 +01:00 committed by GitHub
parent c22c132fe0
commit 3ee700c6db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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';

View file

@ -8,3 +8,8 @@
.showcaseUser {
height: 100%;
}
.card_image {
max-height: 175px;
overflow: hidden;
}