diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-19 15:09:22 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-19 15:29:26 +0200 |
| commit | fe11be5338018e34f40479a03c888f89481eeb98 (patch) | |
| tree | 67d80080837820896c2d036a95237c62f811271e /_static/styles.css | |
| parent | 1c9275434833a23f6ba7cc5c0e0d10d2879b96fa (diff) | |
| download | alpine-mksite-fe11be5338018e34f40479a03c888f89481eeb98.tar.bz2 alpine-mksite-fe11be5338018e34f40479a03c888f89481eeb98.tar.xz | |
style: set maxwidth for article even if headers are full width
Diffstat (limited to '_static/styles.css')
| -rw-r--r-- | _static/styles.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_static/styles.css b/_static/styles.css index b99d4de..3d20c0f 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -79,8 +79,10 @@ nav a.active { } article { - padding: 1.5em; -// max-width: 50em; + padding: 0em 1.5em; + max-width: 60em; + margin: 0 auto; + position: relative; } h1, h2, h3, h4 { |
