Fix Overly large margins

This commit is contained in:
James Musselman 2025-04-23 15:53:48 -05:00
parent f566df6e18
commit 832a60eb54
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -442,10 +442,8 @@ table {
html,
body {
margin: auto;
padding-right: 1em;
padding-left: 1em;
max-width: 44em;
color: black;
}
*:not("#mkdbuttons") {