From 5d0e90e463592bd36f31cf80028100aab6092515 Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Thu, 13 Jun 2024 23:51:01 -0700 Subject: [PATCH] try to get bullet points back --- resume.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/resume.css b/resume.css index 6ed17bc..f0cc903 100644 --- a/resume.css +++ b/resume.css @@ -1,14 +1,9 @@ -@page { - size: letter; - margin: 0.5in 0.8in; -} - body { color: #000000; background: #eeeeee; font: 1.1em "Inconsolata"; line-height: 1.2; - margin: 40px 0; + margin: 0.5in 0.8in; } h1 { @@ -26,14 +21,14 @@ h1 + p { text-align: center; font-size: 90%; margin: 0; - padding-top: 5px; + padding: 5px 0 0 0; } h2 { border-bottom: 1px solid #000000; text-transform: uppercase; font-size: 130%; - margin-top: 10px; + margin: 10px 0 0 0; padding: 0; } @@ -44,12 +39,12 @@ h3 { /* Subheading Detail Line */ h3 + p { - margin-top: 5px; + margin: 5px 0 0 0; padding: 0; } ul { - margin-top: 10px; + margin: 10px 0 0 0; padding: 0; }