resume: increase font size
This commit is contained in:
parent
b1a439cc3b
commit
c3082a027b
@ -1,7 +1,7 @@
|
|||||||
/* Whole document */
|
/* Whole document */
|
||||||
body {
|
body {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
font-size: 0.8rem;
|
font-size: 1.0rem;
|
||||||
color: black;
|
color: black;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
@ -18,7 +18,7 @@ body {
|
|||||||
|
|
||||||
/* Title of the resume */
|
/* Title of the resume */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.6rem;
|
font-size: 2.0rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
@ -26,26 +26,26 @@ h1 {
|
|||||||
|
|
||||||
/* Titles of categories */
|
/* Titles of categories */
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.4rem;
|
font-size: 1.6rem;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.4rem;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.0rem;
|
font-size: 1.2rem;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 0.7rem;
|
font-size: 0.8rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
|
Loading…
Reference in New Issue
Block a user