diff --git a/assets/sass/components/_footer.scss b/assets/sass/components/_footer.scss index 9db42054..dd6e6229 100644 --- a/assets/sass/components/_footer.scss +++ b/assets/sass/components/_footer.scss @@ -39,6 +39,7 @@ footer { a#source { border-bottom: 1px solid $color-light; + padding-bottom: 2px; } } diff --git a/assets/sass/components/_global.scss b/assets/sass/components/_global.scss index aba6a7b6..df12cd27 100644 --- a/assets/sass/components/_global.scss +++ b/assets/sass/components/_global.scss @@ -30,6 +30,7 @@ a { &.no-underline { background: none !important; + padding-bottom: 0; } } diff --git a/assets/sass/components/_header.scss b/assets/sass/components/_header.scss index 63dfb4c9..a264a59a 100644 --- a/assets/sass/components/_header.scss +++ b/assets/sass/components/_header.scss @@ -7,7 +7,7 @@ header { nav { width: 100%; - padding: 0.25em 0.75em; + padding: 0.25em 1.75em; box-sizing: border-box; display: flex; align-items: center; @@ -17,7 +17,6 @@ header { display: flex; align-items: center; color: $color-medium-dark; - padding: 15px; h1#name { margin: 0 0 0 0.8em; @@ -56,11 +55,9 @@ header { align-items: center; font-size: 1.5em; line-height: 1; - padding: 0; - margin-right: 16px; li { - width: 2.6em; + width: 2.5em; text-align: right; a { @@ -80,11 +77,9 @@ header { // Responsive @mixin responsive--header() { header nav { - padding: 0.4em 1em; + padding: 0.1em 1.25em; a#logo { - padding: 10px; - img, svg { width: 40px; @@ -97,11 +92,10 @@ header { } ul { - font-size: 1.75em; - margin-right: 10px; + font-size: 1.7em; li { - width: 55px; + width: 2em; } } } diff --git a/content/notes/millenial-with-hillary-clinton/index.md b/content/notes/millenial-with-hillary-clinton/index.md index d45106f2..83bc8f29 100644 --- a/content/notes/millenial-with-hillary-clinton/index.md +++ b/content/notes/millenial-with-hillary-clinton/index.md @@ -11,6 +11,7 @@ image: "9e58a-1bvweqv_ve2_c1tw5-ihrhw.jpg" aliases: - /2016/02/28/millenial-with-hillary-clinton/ draft: false +comments: false --- diff --git a/content/notes/no-homo-still-raps-motto/index.md b/content/notes/no-homo-still-raps-motto/index.md index 929a557c..cb6d1e84 100644 --- a/content/notes/no-homo-still-raps-motto/index.md +++ b/content/notes/no-homo-still-raps-motto/index.md @@ -12,6 +12,7 @@ image: "1_b41ztscbaxqi60snwsswfw.jpg" aliases: - /2013/11/21/no-homo-still-raps-motto/ draft: false +comments: false --- diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3d9be80d..1fd92ba7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -18,7 +18,7 @@ {{ .Content }} - {{ if eq hugo.Environment "production" }} + {{ if and (ne .Params.comments false) (eq hugo.Environment "production") }}