adjust header font size

This commit is contained in:
Roberto Beltran 2020-10-07 01:32:50 -04:00
parent 042c43dc18
commit 6ed0971d35
2 changed files with 11 additions and 2 deletions

View File

@ -890,8 +890,12 @@ select {
padding: 1em;
font-size: 1.2em;
}
.about-container h1,
.about-container h1 {
font-size: 1.5em;
line-height: 1.1;
}
.about-container h2 {
font-size: 1.3em;
line-height: 1.2;
}
.about-container a {

View File

@ -776,7 +776,12 @@ select {
margin: auto;
padding: 1em;
font-size: 1.2em;
h1, h2 {
h1 {
font-size: 1.5em;
line-height: 1.1;
}
h2 {
font-size: 1.3em;
line-height: 1.2;
}
}