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 {
|
.uk-card-body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
.uk-card-media-top img {
|
.uk-card-media-top {
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.acard:hover {
|
.acard:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue