Commit bdd05b3c authored by Robert Lord's avatar Robert Lord

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.
parent 7c6594c5
......@@ -30,6 +30,7 @@ html, body {
margin: 0;
-webkit-font-smoothing: antialiased;
@extend %default-font;
background-color: $main-bg;
}
////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment