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:
@@ -44,7 +44,7 @@ body.pdf {
|
||||
}
|
||||
h3+p {
|
||||
float: left;
|
||||
width: 84%;
|
||||
width: 78%;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@@ -54,7 +54,7 @@ body.pdf {
|
||||
}
|
||||
|
||||
ul li {
|
||||
width: 28%;
|
||||
width: 26%;
|
||||
float: left;
|
||||
}
|
||||
ul dl {
|
||||
@@ -72,7 +72,7 @@ body.pdf {
|
||||
|
||||
ol {
|
||||
float: left;
|
||||
width: 84%;
|
||||
width: 79%;
|
||||
margin: .7em 0 0;
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ body.pdf {
|
||||
margin: .7em 0 0;
|
||||
page-break-inside: avoid !important;
|
||||
display: block;
|
||||
width:84%;
|
||||
width:79%;
|
||||
float: left;
|
||||
dt {}
|
||||
dd {
|
||||
|
||||
Reference in New Issue
Block a user