more small font tweaks (and weird encoding fixes)

This commit is contained in:
2020-01-22 09:47:48 -05:00
parent 90d5321c80
commit 671ca250cc
12 changed files with 52 additions and 36 deletions
+4 -5
View File
@@ -2,7 +2,7 @@
// Home Styles
main#home {
font-size: 1.3em;
font-size: 1.2em;
max-width: 980px;
padding: 1.5em 1.75em 0.5em 1.75em;
margin: 0 auto;
@@ -25,8 +25,8 @@ main#home {
p {
margin: 0.8em 0;
letter-spacing: -0.018em;
line-height: 1.55;
letter-spacing: -0.017em;
line-height: 1.6;
}
sup {
@@ -92,7 +92,6 @@ main#home {
@mixin responsive--home() {
main#home {
font-size: 1.1em;
line-height: 1.6;
padding: 1.2em 1.2em 0.2em 1.2em;
h2 {
@@ -101,7 +100,7 @@ main#home {
}
h3 {
font-size: 1.1em;
font-size: 1.15em;
line-height: 1.4;
}