Files
scylladb/docs/_static/css/custom.css
2023-03-14 12:06:20 +00:00

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