mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 05:12:31 +02:00
fix(v2): limit images height on showcase page (#3701)
This commit is contained in:
parent
c8991174f2
commit
f31dcb6844
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_image {
|
:global(.card__image) {
|
||||||
max-height: 175px;
|
max-height: 175px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue