diff --git a/_sass/_posts.scss b/_sass/_posts.scss index ff85470..88d9a46 100644 --- a/_sass/_posts.scss +++ b/_sass/_posts.scss @@ -17,6 +17,7 @@ letter-spacing: -1px; line-height: 1; margin-bottom: 10px; + margin-top: 0; // @include media-query($on-laptop) { // font-size: 36px; // } diff --git a/_sass/_profile.scss b/_sass/_profile.scss index 27d9848..cf71f7d 100644 --- a/_sass/_profile.scss +++ b/_sass/_profile.scss @@ -30,7 +30,7 @@ tr { text-align: left; } td { - padding: 5px 0; + padding: 6px 0; vertical-align: top; border: none; } diff --git a/_sass/_variables.scss b/_sass/_variables.scss index ca63022..47891fe 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -7,7 +7,7 @@ $small-font-size: 0.875rem !default; $bold-font-weight: bold !default; $font-family: Helvetica, Arial, sans-serif !default; $line-height: 1.5 !default; -$heading-font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif !default; +$heading-font-family: Helvetica, sans-serif !default; $heading-font-weight: 900 !default; $heading-line-height: 1.25 !default; $monospace-font-family: 'Source Code Pro', Consolas, monospace !default; diff --git a/assets/img/full-screenshot.png b/assets/img/full-screenshot.png index ce528e6..ad213c1 100644 Binary files a/assets/img/full-screenshot.png and b/assets/img/full-screenshot.png differ