resume: increase font size

This commit is contained in:
Trianta 2024-10-23 00:53:31 -05:00
parent b1a439cc3b
commit c3082a027b

View File

@ -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;