Widen section labels on swissen template

I noticed that on the swissen template, the word "experience" was a bit
too long to use as a section label. Given that this is a pretty short
word, and also a very common section label for résumés, I widened the
section labels from 16% of the total width to 20% (and reduced the width
of the main text area to match) for both html and pdf renderings.
This commit is contained in:
jake-low 2015-05-10 17:45:57 -07:00
parent 7a6aa684c2
commit 8825a00413
3 changed files with 7 additions and 7 deletions

View File

@ -37,12 +37,12 @@ body.pdf {
} }
h3 { h3 {
float: left; float: left;
width: 16%; width: 20%;
font-style: normal; font-style: normal;
} }
h3+p { h3+p {
float: left; float: left;
width: 84%; width: 80%;
} }
blockquote { blockquote {
@ -70,7 +70,7 @@ body.pdf {
ol { ol {
float: left; float: left;
width: 84%; width: 80%;
margin: .7em 0 0; margin: .7em 0 0;
} }

View File

@ -133,7 +133,7 @@ ul dl {
ol { ol {
margin: 0; margin: 0;
padding: 0 0 .75em; padding: 0 0 .75em;
width: 84%; width: 80%;
display: inline-block; display: inline-block;
} }

View File

@ -82,12 +82,12 @@
h3 { h3 {
float: left; float: left;
width: 16%; width: 20%;
} }
h3+p { h3+p {
float: left; float: left;
width: 84%; width: 80%;
} }
ul li { ul li {
@ -107,7 +107,7 @@
ol { ol {
float: left; float: left;
width: 84%; width: 80%;
margin: .6em 0 0; margin: .6em 0 0;
} }