Fix Overly large margins
This commit is contained in:
parent
f566df6e18
commit
832a60eb54
2 changed files with 1 additions and 4 deletions
|
@ -18,8 +18,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get install -y pandoc wkhtmltopdf
|
||||||
sudo apt-get install -y pandoc wkhtmltopdf
|
|
||||||
|
|
||||||
- name: Generate HTML
|
- name: Generate HTML
|
||||||
run: pandoc --css=resume-css-stylesheet.css -s -o resume.html resume.md
|
run: pandoc --css=resume-css-stylesheet.css -s -o resume.html resume.md
|
||||||
|
|
|
@ -442,10 +442,8 @@ table {
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: auto;
|
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
max-width: 44em;
|
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
*:not("#mkdbuttons") {
|
*:not("#mkdbuttons") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue