diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-23 10:01:00 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-23 10:01:24 +0200 |
| commit | 8953dee6c32a5232fa87058bdb27211e8d1e2ca7 (patch) | |
| tree | 84c22f70d0670c169a028acbdb397b4de61423d8 /_static/styles.css | |
| parent | ea662fa97b848213e90d36b77a6f3940bafe57cd (diff) | |
| download | alpine-mksite-8953dee6c32a5232fa87058bdb27211e8d1e2ca7.tar.bz2 alpine-mksite-8953dee6c32a5232fa87058bdb27211e8d1e2ca7.tar.xz | |
style: fix the full width bar on front page
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/ */ |
