mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Decrease padding between items in Skills section
This wastes less empty space, and prevents lines from wrapping too early.
This commit is contained in:
parent
668fe916a9
commit
202eb5afc3
@ -66,7 +66,7 @@ body.pdf {
|
||||
margin: 0 0 .75em;
|
||||
}
|
||||
dd {
|
||||
padding: 0 4em 0 0;
|
||||
padding: 0 2em 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -105,7 +105,7 @@
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
dd {
|
||||
padding: 0 4em 0 0;
|
||||
padding: 0 2em 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user