mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
19 lines
194 B
Plaintext
19 lines
194 B
Plaintext
|
.design-inline-cards {
|
||
|
display: flex;
|
||
|
margin: 0 -20px;
|
||
|
|
||
|
> * {
|
||
|
flex: 10%;
|
||
|
margin: 0 20px;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
width: 100%;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|