diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 787192c..6834b54 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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 diff --git a/resume-css-stylesheet.css b/resume-css-stylesheet.css index 80e5858..8d8167c 100644 --- a/resume-css-stylesheet.css +++ b/resume-css-stylesheet.css @@ -442,10 +442,8 @@ table { html, body { - margin: auto; padding-right: 1em; padding-left: 1em; - max-width: 44em; color: black; } *:not("#mkdbuttons") {