mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Fix bug where weird white block could appear at bottom of page.
This bug occured if the final code sample extended beyond the explanation at the bottom of the page. To fix it, I simply made the background color of body a soft blue.
This commit is contained in:
parent
7c6594c595
commit
bdd05b3c0c
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ html, body {
|
|||
margin: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@extend %default-font;
|
||||
background-color: $main-bg;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in a new issue