diff --git a/_includes/footer.html b/_includes/footer.html index 72239f1..dbd2d16 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,25 +1,13 @@ diff --git a/_includes/header.html b/_includes/header.html index b3f86db..49dfd5c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,27 +1,9 @@ diff --git a/_sass/_base.scss b/_sass/_base.scss index 0883c3c..ae0d072 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -85,7 +85,9 @@ h1, h2, h3, h4, h5, h6 { font-weight: $base-font-weight; } - +h1.post-title { + color: $text-color; +} /** * Links @@ -104,8 +106,6 @@ a { } } - - /** * Blockquotes */ diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 9cbfdde..0ae3635 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -2,8 +2,6 @@ * Site header */ .site-header { - border-top: 5px solid $grey-color-dark; - border-bottom: 1px solid $grey-color-light; min-height: 56px; // Positioning context for the mobile navigation icon @@ -204,12 +202,12 @@ } .post-title { - font-size: 42px; + font-size: 30px; letter-spacing: -1px; line-height: 1; @include media-query($on-laptop) { - font-size: 36px; + font-size: 30px; } } diff --git a/css/main.scss b/css/main.scss index f2e566e..75c2a64 100644 --- a/css/main.scss +++ b/css/main.scss @@ -23,9 +23,9 @@ $grey-color-light: lighten($grey-color, 40%); $grey-color-dark: darken($grey-color, 25%); // Width of the content area -$content-width: 800px; +$content-width: 650px; -$on-palm: 600px; +$on-palm: 300px; $on-laptop: 800px; diff --git a/index.html b/index.html index ff09c8e..9cfe4ef 100644 --- a/index.html +++ b/index.html @@ -27,24 +27,14 @@ layout: default {% endif %} diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..e316ff3 Binary files /dev/null and b/static/logo.png differ