mdb-ui-kit/docs/assets/css/src/_sections.less

20 lines
247 B
Plaintext
Raw Normal View History

2015-11-21 02:22:56 +03:00
/*
* 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;
}