mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-12-01 22:13:46 +03:00
20 lines
247 B
Plaintext
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;
|
|
}
|