mdb-ui-kit/docs/assets/css/src/_sections.less
2015-11-20 17:22:56 -06:00

20 lines
247 B
Plaintext

/*
* Docs sections
*
* Content blocks for each component or feature.
*/
/* Space things out */
.bs-docs-section {
margin-bottom: 60px;
}
.bs-docs-section:last-child {
margin-bottom: 0;
}
h1[id] {
padding-top: 20px;
margin-top: 0;
}