18 lines
302 B
CSS
18 lines
302 B
CSS
/* Override theme styles */
|
|
|
|
.cloud-card img {
|
|
right: -30px !important;
|
|
}
|
|
|
|
.enterprise-card img {
|
|
right: -25px !important;
|
|
}
|
|
|
|
@media screen and (min-width: 1024px) {
|
|
.cloud-card .card,
|
|
.enterprise-card .card,
|
|
.opensource-card .card {
|
|
padding: 20px 30px !important;
|
|
}
|
|
}
|