mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
- 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…
x
Reference in New Issue
Block a user