mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Fix content size of dls in the modern template when pdf-izing
This commit is contained in:
parent
3cf3d4df43
commit
07df0a230e
@ -91,6 +91,8 @@ body.pdf {
|
|||||||
margin: .7em 0 0;
|
margin: .7em 0 0;
|
||||||
page-break-inside: avoid !important;
|
page-break-inside: avoid !important;
|
||||||
display: block;
|
display: block;
|
||||||
|
width:84%;
|
||||||
|
float: left;
|
||||||
dt {}
|
dt {}
|
||||||
dd {
|
dd {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user