diff --git a/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua b/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua
index d783d84..760ed81 100644
--- a/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua
+++ b/.config/nvim/lua/goodhumored/comfort-features/zen-mode.lua
@@ -8,7 +8,7 @@ return -- Lua
 			-- * an absolute number of cells when > 1
 			-- * a percentage of the width / height of the editor when <= 1
 			-- * a function that returns the width or the height
-			width = 120, -- width of the Zen window
+			width = 0.8, -- width of the Zen window
 			height = 1, -- height of the Zen window
 			-- by default, no options are changed for the Zen window
 			-- uncomment any of the options below, or add other vim.wo options you want to apply