From 0a3bd4759fab9c6311bc3d34999a5babbac143e2 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 21 Mar 2018 21:42:02 -0700 Subject: [PATCH] Uncommented italics for the first paragraph. --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 4914ab8..862b8ae 100644 --- a/css/main.css +++ b/css/main.css @@ -39,7 +39,7 @@ p { p.attention { text-align: center; - /* font-style: italic; */ + font-style: italic; } h4 { @@ -96,4 +96,4 @@ section { .project-info { margin: 1.5em 0 5em 0; -} \ No newline at end of file +}