- restirct card height and hide overflow

This commit is contained in:
Alex Ling 2020-02-12 17:56:37 +00:00
parent 9eedac280e
commit 0b2ec2d002
1 changed files with 2 additions and 1 deletions

View File

@ -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;