From 39d8254b9be5fd65e37eadc73f7b75b0ba598a8f Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 28 Oct 2018 14:20:37 +0100 Subject: [PATCH] global: Fixed
being a little too wide. --- marko/global/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marko/global/base.less b/marko/global/base.less index 1941ebb..b3c657b 100644 --- a/marko/global/base.less +++ b/marko/global/base.less @@ -7,7 +7,7 @@ body { main { margin-left: 30ch; // See side-menu - width: calc(100% - 30ch); + width: calc(100% - 32ch); margin-right: 0; }