mirror of https://github.com/getmango/Mango.git
- restirct card height and hide overflow
This commit is contained in:
parent
9eedac280e
commit
0b2ec2d002
|
@ -1,8 +1,9 @@
|
|||
.uk-card-body {
|
||||
padding: 20px;
|
||||
}
|
||||
.uk-card-media-top img {
|
||||
.uk-card-media-top {
|
||||
max-height: 350px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.acard:hover {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue