@@ 95,8 95,9 @@ footer
}
#content
-{ max-width: 600px
-; margin: 1rem 2rem
+{ max-width: 900px
+; width: 90%
+; margin: auto
; flex: 1
}
@@ 244,8 245,7 @@ blockquote
blockquote p
-{ width: 55%
-; margin-right: 40px
+{ margin-right: 40px
}
@@ 422,10 422,16 @@ code
/* give source code a bit of styling */
-pre.sourceCode
+pre.src
{ color: #444
+; overflow: auto
+; border-width: 0px
+; box-shadow: none
}
+pre.src:hover::before
+{ display: none }
+
/* code syntax highlighting */
span.co
{ color: #888
@@ 457,9 463,6 @@ h3 > code
footer {
width: 100%;
}
- pre.sourceCode {
- width: 97%;
- }
ul {
width: 85%;
}