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
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pandoc wkhtmltopdf
|
||||
apt-get install -y pandoc wkhtmltopdf
|
||||
|
||||
- name: Generate HTML
|
||||
run: pandoc --css=resume-css-stylesheet.css -s -o resume.html resume.md
|
||||
|
|
|
@ -442,10 +442,8 @@ table {
|
|||
|
||||
html,
|
||||
body {
|
||||
margin: auto;
|
||||
padding-right: 1em;
|
||||
padding-left: 1em;
|
||||
max-width: 44em;
|
||||
color: black;
|
||||
}
|
||||
*:not("#mkdbuttons") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue