mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Fix bug with section padding and long code blocks
This commit is contained in:
parent
fc0c995cb6
commit
7386fd2e21
1 changed files with 5 additions and 0 deletions
|
|
@ -241,6 +241,11 @@ html, body {
|
|||
|
||||
section {
|
||||
padding-bottom: 6em;
|
||||
&:after {
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
&>h1, &>h2, &>h3, &>h4, &>h5, &>h6, &>p, &>table, &>ul, &>ol, &>aside, &>dl {
|
||||
margin-right: $examples-width;
|
||||
|
|
|
|||
Loading…
Reference in a new issue