提交 2b013630 编写于 作者: T Thomas Stromberg

Align the screenshot with the center, increase line-height of sales pitch

上级 e416e52d
......@@ -70,12 +70,33 @@ $link-hover-decoration: none !default;
// Sales pitch box
.td-box--1 {
background-color: $mk-dark !important;
// Increase from 1.25 for improved readability
.h4 {
line-height: 1.5 !important;
}
// Control the presentation of the screenshot
.p-2 {
padding: 0 !important;
margin-left: auto;
margin-right: auto;
}
.card {
border-radius: 0 !important;
border: 2px solid $gray-700 !important;
}
.card-img-top {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
// Make sure the arrow color matches our override
.td-arrow-down::before {
border-color: $mk-dark transparent transparent transparent !important;
}
// Left is best.
.text-center {
text-align: left !important;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册