Files
scylladb/docs/_static/css/custom.css
2023-10-24 15:41:56 +03:00

30 lines
394 B
CSS

/* Override theme styles */
/* Home */
.topic-box--product p {
margin-bottom: 0;
}
@media screen and (min-width: 640px) {
.hero__title {
max-width: 550px;
}
}
/* Description lists */
.content blockquote {
padding-left: 20px;
}
.content blockquote li p {
margin-bottom: 5px;
}
h3 .pre {
font-size: 16px;
font-weight: bold;
}
hr {
max-width: 100%;
}