mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 21:42:50 +00:00
docs(v2): normalize showcase preview images height (#3696)
This commit is contained in:
parent
c22c132fe0
commit
3ee700c6db
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -8,3 +8,8 @@
|
|||
.showcaseUser {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.card_image {
|
||||
max-height: 175px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue