From 832a60eb541ac348fe52d8157b49f46ec4960f83 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 15:53:48 -0500 Subject: [PATCH] Fix Overly large margins --- .forgejo/workflows/deploy.yaml | 3 +-- resume-css-stylesheet.css | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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") {