diff --git a/about/resume.css b/about/resume.css index a9c1c79..4e54349 100644 --- a/about/resume.css +++ b/about/resume.css @@ -1,7 +1,7 @@ /* Whole document */ body { font-family: Helvetica, Arial, sans-serif; - font-size: 0.8rem; + font-size: 1.0rem; color: black; line-height: 1.5; width: 800px; @@ -18,7 +18,7 @@ body { /* Title of the resume */ h1 { - font-size: 1.6rem; + font-size: 2.0rem; text-align: center; margin-top: 0px; margin-bottom: 0px; @@ -26,26 +26,26 @@ h1 { /* Titles of categories */ h2 { - font-size: 1.4rem; + font-size: 1.6rem; margin-top: 0; margin-bottom: 0.5rem; border-bottom: 1px solid black; } h3 { - font-size: 1.2rem; + font-size: 1.4rem; margin-top: 0; margin-bottom: 0; } h4 { - font-size: 1.0rem; + font-size: 1.2rem; margin-top: 0; margin-bottom: 0.5rem; } h6 { - font-size: 0.7rem; + font-size: 0.8rem; text-align: center; margin: 0; padding-bottom: 9px;