diff options
Diffstat (limited to '_static/styles.css')
| -rw-r--r-- | _static/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/_static/styles.css b/_static/styles.css index 0cd7b03..b60e0f1 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -1,3 +1,7 @@ +html, body { + overflow-x: hidden; +} + body { background-color: white; color: #111; @@ -16,8 +20,8 @@ body { } .widebar { - margin: 0 -30% 4em; - padding: 1.5em 30%; + margin: 0 -300% 4em; + padding: 1.5em 300%; // background: #e8f1f6; /* generate on http://www.colorzilla.com/gradient-editor/ */ |
