mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Update modern template
Add margins to sub-headers; adjust related blocks so that everything else still looks okay.
This commit is contained in:
parent
d77284f7a6
commit
005d1c5c6d
BIN
bin/md2resume
BIN
bin/md2resume
Binary file not shown.
@ -44,7 +44,7 @@ body.pdf {
|
|||||||
}
|
}
|
||||||
h3+p {
|
h3+p {
|
||||||
float: left;
|
float: left;
|
||||||
width: 84%;
|
width: 78%;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
@ -54,7 +54,7 @@ body.pdf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
width: 28%;
|
width: 26%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
ul dl {
|
ul dl {
|
||||||
@ -72,7 +72,7 @@ body.pdf {
|
|||||||
|
|
||||||
ol {
|
ol {
|
||||||
float: left;
|
float: left;
|
||||||
width: 84%;
|
width: 79%;
|
||||||
margin: .7em 0 0;
|
margin: .7em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ 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%;
|
width:79%;
|
||||||
float: left;
|
float: left;
|
||||||
dt {}
|
dt {}
|
||||||
dd {
|
dd {
|
||||||
|
@ -82,7 +82,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0;
|
margin: 0px 20px;
|
||||||
padding: 0 0 .5em;
|
padding: 0 0 .5em;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@ -146,7 +146,7 @@ ol li:nth-child(1) {
|
|||||||
|
|
||||||
dl {
|
dl {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 75%;
|
width: 78%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
dt {
|
dt {
|
||||||
|
@ -91,11 +91,11 @@
|
|||||||
|
|
||||||
h3+p {
|
h3+p {
|
||||||
float: left;
|
float: left;
|
||||||
width: 84%;
|
width: 78%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
width: 28%;
|
width: 25%;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
ul dl {
|
ul dl {
|
||||||
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
ol {
|
ol {
|
||||||
float: left;
|
float: left;
|
||||||
width: 84%;
|
width: 79%;
|
||||||
margin: .6em 0 0;
|
margin: .6em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user