From abbf45c7cdb92b13f55573b50e6588fbbef1961c Mon Sep 17 00:00:00 2001 From: Yohan Jarosz <yohanjarosz@yahoo.fr> Date: Tue, 20 Mar 2018 14:18:21 +0100 Subject: [PATCH] align the main text content with the start of the bubble --- _layouts/default.html | 1 - _sass/minima/_layout.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index dcb4883..596f531 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,7 +7,6 @@ <div class="main"> {%- include header.html -%} - <main class="page-content" aria-label="Content"> <div class="wrapper"> {{ content }} diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss index f419778..ef5ec74 100644 --- a/_sass/minima/_layout.scss +++ b/_sass/minima/_layout.scss @@ -175,6 +175,7 @@ */ .page-content { margin-top: 100px; + margin-left: 50px; padding: $spacing-unit 0; } -- GitLab