mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
10 lines
122 B
CSS
10 lines
122 B
CSS
.uk-card-body {
|
|
padding: 20px;
|
|
}
|
|
.uk-card-media-top img {
|
|
max-height: 350px;
|
|
}
|
|
.acard:hover {
|
|
text-decoration: none;
|
|
}
|