From 8b25b6af97e6de2593b174843205e9520792ae18 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sun, 31 Jul 2022 08:34:09 +0300 Subject: [PATCH] fix: change margins --- templaters/basic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templaters/basic.nix b/templaters/basic.nix index 5a99dec..452b2e9 100644 --- a/templaters/basic.nix +++ b/templaters/basic.nix @@ -163,7 +163,7 @@ margin-top = "5%"; margin-bottom = "5%"; margin-left = "20%"; - margin-right = "10%"; + margin-right = "25%"; }; "nav.sidebar" = { position = "fixed";