From ce914bafe08ac7492fbe62ce4cae28cdde6f047a Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 24 Nov 2024 21:34:29 +0900 Subject: [PATCH 1/4] fix: Fix medium width layout - col-md-3 - col-md-2 - col-md-7 The sum should be 12 (3+2+7). --- src/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index b17a6ac9c5..18fa5ff265 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -55,11 +55,11 @@ -
+
{% toc %}
-
+
{{ content }}