From 43ab857247695a5815ed2296e8950ba8dbf9c332 Mon Sep 17 00:00:00 2001 From: neko Date: Tue, 28 Jan 2020 22:31:18 +0100 Subject: [PATCH] hopefully fixed the header going always to the main page, and the padding on the posts page --- _includes/header.html | 2 +- assets/css/custom.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index fd244b7..cadf0fa 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@
- +
{{site.title}}
diff --git a/assets/css/custom.css b/assets/css/custom.css index 65cbf09..46d48e0 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -106,6 +106,11 @@ main.about{ padding-right: 20px; } +main.content { + padding-left: 20px; + padding-right: 20px; +} + .title { color: #ff7e00; font-size: 18px;