mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
28 lines
429 B
CSS
28 lines
429 B
CSS
body.pdf {
|
|
.container {
|
|
width: 1000px;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
background: none;
|
|
border: none;
|
|
border-width: 8px 0 2px 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.resume {
|
|
position:relative;
|
|
padding: 40px 80px;
|
|
}
|
|
|
|
a[href$='.pdf'] {
|
|
display: none;
|
|
}
|
|
|
|
h1 {
|
|
letter-spacing: 0;
|
|
}
|
|
h2 {
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
} |