mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
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;
|
|
}
|
|
}
|