From a38d3f696458158adcaa23416c1a4871036b23a6 Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Thu, 13 Jun 2024 23:25:32 -0700 Subject: [PATCH] email size, remove h1 underline --- resume.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resume.css b/resume.css index 752544d..83f2e01 100644 --- a/resume.css +++ b/resume.css @@ -13,6 +13,7 @@ body { h1 { text-transform: uppercase; + text-decoration: none; text-align: center; font-size: 200%; margin: 0; @@ -22,7 +23,7 @@ h1 { /* email */ h1 + p { text-align: center; - font-size: 50%; + font-size: 100%; margin: 0; padding: 0; }