Decrease padding between items in Skills section

This wastes less empty space, and prevents lines from wrapping too
early.
This commit is contained in:
Scott Weldon 2015-03-16 20:03:36 -07:00
parent 668fe916a9
commit 202eb5afc3
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ body.pdf {
margin: 0 0 .75em;
}
dd {
padding: 0 4em 0 0;
padding: 0 2em 0 0;
}
}

View File

@ -105,7 +105,7 @@
margin-bottom: .75em;
}
dd {
padding: 0 4em 0 0;
padding: 0 2em 0 0;
}
}