From 77cf38db7342e28bb1934d3d59f6f240494f300e Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Thu, 24 May 2018 23:18:31 +0900 Subject: [PATCH] update style --- .gitignore | 1 + _includes/head.html | 15 --------------- _layouts/post.html | 17 ++++++++++++++++- css/index.scss | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 72f23b3..2727d53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.vscode /_site /.sass-cache /node_modules/ diff --git a/_includes/head.html b/_includes/head.html index 8883673..29f8ed3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -24,21 +24,6 @@ hljs.initHighlightingOnLoad() - - - - diff --git a/_layouts/post.html b/_layouts/post.html index b815cd0..a58714a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,4 +21,19 @@ layout: default
- \ No newline at end of file + + + + + \ No newline at end of file diff --git a/css/index.scss b/css/index.scss index 0df913e..dbaac3b 100644 --- a/css/index.scss +++ b/css/index.scss @@ -41,7 +41,7 @@ body { } code { - padding: 0 10px; + padding: 0 12px; } p code {