Files
yoga/website/src/templates/index.css

48 lines
638 B
CSS
Raw Normal View History

.doc-block.playground {
height: 1vh;
}
.no-playground .markdown {
padding-top: 50px;
}
.doc-block .markdown {
padding-bottom: 20px;
}
.doc-block .overview {
font-size: 12px;
font-weight: 600;
}
.doc-block h1 {
color: #1C1E21;
font-size: 48px;
font-weight: 300;
line-height: 110%;
}
.doc-block h2 {
color: #1C1E21;
font-size: 28px;
font-weight: 400;
line-height: 120%;
}
.doc-block h3 {
color: #1C1E21;
font-size: 16px;
font-weight: 700;
line-height: 200%;
}
.doc-block p {
color: #1C1E21;
line-height: 180%;
font-size: 14px;
font-weight: 400;
}
.doc-block .prop {
margin-bottom: 20px;
}