From f831787069f8f6aebc0d7013b67b16fe46e1bdba Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 22 May 2025 17:03:21 -0400 Subject: [PATCH] correct template to work with pdf generation --- template/index.html | 23 +++++++++-------------- template/styles.css | 17 +++++++++++++++++ 2 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 template/styles.css diff --git a/template/index.html b/template/index.html index 9ccfcd0..7686d0e 100644 --- a/template/index.html +++ b/template/index.html @@ -1,22 +1,17 @@ - + - - - Repair Day + - - - - + + diff --git a/template/styles.css b/template/styles.css new file mode 100644 index 0000000..df47304 --- /dev/null +++ b/template/styles.css @@ -0,0 +1,17 @@ +html { + font-family: monospace; + font-weight: bold; + font-size: 16px; +} + +body { + height: 95vh; + max-width: 100%; + background-color: #F1FAEE; + color: #2E1F27; + padding: 1.5rem; + margin: 0; + display: flex; + flex-direction: column; + overflow: hidden; +} \ No newline at end of file