mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
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:
@@ -133,7 +133,7 @@ ul dl {
|
||||
ol {
|
||||
margin: 0;
|
||||
padding: 0 0 .75em;
|
||||
width: 84%;
|
||||
width: 80%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user