mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 16:55:32 -04:00
more small font tweaks (and weird encoding fixes)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user