From 59260c4f7a265f1ad4db9e0ee5e469132cdef094 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Feb 2026 17:03:06 -0500 Subject: minor: publishing from public with a Makefile instead of having everything at the toplevel --- public/download/resume_dl.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 public/download/resume_dl.css (limited to 'public/download/resume_dl.css') diff --git a/public/download/resume_dl.css b/public/download/resume_dl.css new file mode 100644 index 0000000..ac685e7 --- /dev/null +++ b/public/download/resume_dl.css @@ -0,0 +1,28 @@ +html { + overflow-y: overlay; + font-size: 15px; +} + +body { + margin-top: 64px; + padding-left: 48px; + padding-right: 48px; +} + +img.emoji { + height: 1em; + width: 1em; + margin: 0 .05em 0 .1em; + vertical-align: -0.1em; +} + +#resume { + font-family: "Open Sans", sans-serif !important; +} + +img.emoji { + height: 1em; + width: 1em; + margin: 0 .05em 0 .1em; + vertical-align: -0.1em; +} -- cgit v1.2.1