Commit 49ff04f2 authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix background for lessons

parent e8b726e9
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
/* Container */

div.container {
    background: white;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
@@ -262,15 +267,6 @@ blockquote h2{
}


/* Container for page contents. */
.container-full-width {
	max-width: none;
}

.container .jumbotron {
    padding: 20px;
}

code {
    color: #333333;
}