@c8y/style
Version:
Styles for Cumulocity IoT applications
34 lines (31 loc) • 384 B
text/less
.markdown-content {
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
margin-bottom: 1rem;
max-width: 800px;
}
h1,
h2,
h3,
h4,
h5 {
margin-bottom: 2rem;
font-weight: 500;
}
h2 {
margin: 2rem 0;
padding: 2rem 0;
border-top: 1px solid @gray-50;
border-bottom: 1px dotted @gray-50;
}
img {
max-width: 100%;
height: auto;
}
}