From eb8de81b7779d08606f2428812fbd89862d6829e Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 30 Nov 2019 02:55:49 +0200 Subject: [PATCH] Update more icons --- _includes/style.scss | 6 +++--- _layouts/home.html | 2 +- news.html | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_includes/style.scss b/_includes/style.scss index 79b2718..bd426f6 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -207,13 +207,13 @@ header a { fill: $accentcolor; float: left; margin: .6em 0 0 0; - height: 1.750em; - width: 1.750em; + height: 2em; + width: 2em; } header h1 { display: inline-block; - margin: 0 auto .438em; + margin: 0 auto .438em -1em; font-size: 2.5em; } diff --git a/_layouts/home.html b/_layouts/home.html index 53bd215..90fd152 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -31,7 +31,7 @@ layout: default - + Chat diff --git a/news.html b/news.html index 30ac875..ce495ca 100644 --- a/news.html +++ b/news.html @@ -5,8 +5,8 @@ title: News
- - + +

{{ page.title }}

@@ -15,8 +15,8 @@ title: News {% for post in site.posts %}
  • {{ post.content }} - - + + {{ post.date | date: "%B %e, %Y" }}