summaryrefslogtreecommitdiffstats
path: root/_static/styles.css
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-23 10:01:00 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-23 10:01:24 +0200
commit8953dee6c32a5232fa87058bdb27211e8d1e2ca7 (patch)
tree84c22f70d0670c169a028acbdb397b4de61423d8 /_static/styles.css
parentea662fa97b848213e90d36b77a6f3940bafe57cd (diff)
downloadalpine-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.css8
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/ */