mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-04 11:55:30 -04:00
14 lines
171 B
CSS
14 lines
171 B
CSS
.uk-card-body {
|
|
padding: 20px;
|
|
}
|
|
.uk-card-media-top {
|
|
max-height: 350px;
|
|
overflow: hidden;
|
|
}
|
|
.acard:hover {
|
|
text-decoration: none;
|
|
}
|
|
.uk-list li {
|
|
cursor: pointer;
|
|
}
|